mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Add calendar module.
This commit is contained in:
2
modules/node_modules/node_helper/index.js
generated
vendored
2
modules/node_modules/node_helper/index.js
generated
vendored
@@ -70,7 +70,7 @@ NodeHelper = Class.extend({
|
||||
// register catch all.
|
||||
socket.on('*', function (notification, payload) {
|
||||
if (notification !== '*')
|
||||
console.log('received message in namespace: ' + namespace);
|
||||
//console.log('received message in namespace: ' + namespace);
|
||||
self.socketNotificationReceived(notification, payload);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user