move a very verbose log statement
This commit is contained in:
parent
2aedefeafa
commit
f214aad4db
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ function emit(socket, type, data){
|
|||
};
|
||||
|
||||
function broadcast(type,data){
|
||||
this.log(arguments)
|
||||
this.log('broadcasting event to all known sockets listening to '.debug, this.path.variable,' : ', ((this.port)?this.port:''), type, data);
|
||||
if(!data)
|
||||
data=false;
|
||||
|
|
Loading…
Reference in a new issue