remove commented code

This commit is contained in:
humbletim 2017-01-18 02:57:13 -05:00
parent f88b39918f
commit 6320d872b4

View file

@ -212,7 +212,7 @@
this._onMessageReceived = function(channel, message, sender, local) {
// Handle incoming toggle notifications
if (channel === entity && message === "toggled"/*&& sender !== MyAvatar.sessionUUID*/) {
if (channel === entity && message === "toggled") {
debugPrint("received " + message + " from " + sender);
this.updateSettings();
}