Browse Source

chore: remove debug line

Ifedapo Olarewaju 8 years ago
parent
commit
5397605c5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/UppySocket.js

+ 0 - 1
src/core/UppySocket.js

@@ -8,7 +8,6 @@ module.exports = class UppySocket {
     this.emitter = ee()
 
     this.socket.onopen = (e) => {
-      console.log('socket connection successfully opened.')
       this.isOpen = true
 
       while (this.queued.length > 0 && this.isOpen) {