Remove commented log not used in js/socketclient.js

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-04-18 23:14:07 -03:00
parent a3d4049c9c
commit fd2919fd1c

View File

@ -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);
}
});