removeListener #
Remove a listener from an event.
removeListener(event, callback) #
| Arguments | Type | Description | 
|---|---|---|
| event | string | One of the events described in the Event Handlingsection of this documentation | 
| callback | function/object | the callback | 
Return Value #
Returns the Kuzzle object to allow chaining.
Usage #
kuzzle.removeListener(Event.disconnected, eventListener);