mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 18:52:13 +02:00
remove commented code
This commit is contained in:
parent
f88b39918f
commit
6320d872b4
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue