Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
P.J.Shand committed Nov 25, 2019
1 parent dc24a60 commit b4a43ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"delay": "",
"keyboard": "",
"time": "",
"signals": "",

"signals": ""
}
}
5 changes: 0 additions & 5 deletions src/comms/Comms.hx
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ class Comms {
}

function onPeerConect() {
trace("Send All");
for (broadcaster in broadcasters) {
#if (debugComms && html5)
trace("peer connect, send: " + broadcaster.id + " - " + broadcaster.value);
#end
broadcaster.setCurrentValue();
}
}
Expand All @@ -129,7 +125,6 @@ class Comms {
}

public function addBroadcast<K, T>(id:String, ?map:MapNotifier<K, T>, ?notifier:Notifier<T>):Void {
trace("addBroadcast: " + id);
if (notifier != null)
broadcasters.set(id, new NotifierBroadcaster<T>(this, notifier, id));
if (map != null)
Expand Down

0 comments on commit b4a43ec

Please sign in to comment.