Merge branch 'develop' into feature/client_https

This commit is contained in:
AndreKoepke
2020-04-03 14:22:41 +02:00
committed by GitHub
9 changed files with 320 additions and 342 deletions

View File

@@ -151,9 +151,9 @@ var Module = Class.extend({
*/
notificationReceived: function (notification, payload, sender) {
if (sender) {
Log.log(this.name + " received a module notification: " + notification + " from sender: " + sender.name);
// Log.log(this.name + " received a module notification: " + notification + " from sender: " + sender.name);
} else {
Log.log(this.name + " received a system notification: " + notification);
// Log.log(this.name + " received a system notification: " + notification);
}
},