mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #882 from roramirez/remove_log_socketclient
Remove commented log not used in js/socketclient.js
This commit is contained in:
commit
ab30ea766b
@ -22,7 +22,6 @@ var MMSocket = function(moduleName) {
|
|||||||
// register catch all.
|
// register catch all.
|
||||||
self.socket.on("*", function(notification, payload) {
|
self.socket.on("*", function(notification, payload) {
|
||||||
if (notification !== "*") {
|
if (notification !== "*") {
|
||||||
//console.log('Received notification: ' + notification +', payload: ' + payload);
|
|
||||||
notificationCallback(notification, payload);
|
notificationCallback(notification, payload);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user