mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 03:24:50 -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){
|
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){
|
||||||
|
|||||||
Reference in New Issue
Block a user