瀏覽代碼

chore: remove debug line

Ifedapo Olarewaju 8 年之前
父節點
當前提交
5397605c5f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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.emitter = ee()
 
 
     this.socket.onopen = (e) => {
     this.socket.onopen = (e) => {
-      console.log('socket connection successfully opened.')
       this.isOpen = true
       this.isOpen = true
 
 
       while (this.queued.length > 0 && this.isOpen) {
       while (this.queued.length > 0 && this.isOpen) {