adding console.log for debug purposes in prod, will delete later

This commit is contained in:
Jared Tabor
2017-09-14 15:50:35 -07:00
parent bd95197709
commit 7ccedfb1df

View File

@@ -120,6 +120,7 @@ export default
if(this.socket){ if(this.socket){
this.socket.close(); this.socket.close();
delete this.socket; delete this.socket;
console.log("Socket deleted: "+this.socket);
} }
}, },
subscribe: function(state){ subscribe: function(state){