Fix travis builds

This commit is contained in:
Amish Shah
2016-10-25 14:38:56 +01:00
parent 91ba59c43d
commit 5844bbb54c
6 changed files with 9 additions and 5 deletions

View File

@@ -255,7 +255,6 @@ class StreamDispatcher extends EventEmitter {
_triggerTerminalState(state, err) {
if (this._triggered) return;
console.log(state, err);
/**
* Emitted when the stream wants to give debug information.
* @event StreamDispatcher#debug