mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
adding console.log for debug purposes in prod, will delete later
This commit is contained in:
@@ -120,6 +120,7 @@ export default
|
||||
if(this.socket){
|
||||
this.socket.close();
|
||||
delete this.socket;
|
||||
console.log("Socket deleted: "+this.socket);
|
||||
}
|
||||
},
|
||||
subscribe: function(state){
|
||||
|
||||
Reference in New Issue
Block a user