mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Remove commented log not used in js/socketclient.js
This commit is contained in:
parent
a3d4049c9c
commit
fd2919fd1c
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ var MMSocket = function(moduleName) {
|
|||
// register catch all.
|
||||
self.socket.on("*", function(notification, payload) {
|
||||
if (notification !== "*") {
|
||||
//console.log('Received notification: ' + notification +', payload: ' + payload);
|
||||
notificationCallback(notification, payload);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue