Skip to content

Commit

Permalink
remove TODO and unecessary traces
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 17, 2018
1 parent cc63e8d commit 7096863
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/io/colyseus/Room.hx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ class Room extends StateContainer {
}

private function onMessageCallback(data: Bytes) {
trace("BYTES => " + Std.string(data));

var message = MsgPack.decode( data );
trace("MESSAGE => " + Std.string(message));

var code = message[0];

if (code == Protocol.JOIN_ROOM) {
Expand Down Expand Up @@ -121,8 +117,6 @@ class Room extends StateContainer {
}

private function patch( binaryPatch: Bytes ) {
// TODO:

// apply patch
this._previousState = FossilDelta.Apply(this._previousState, binaryPatch);

Expand Down

0 comments on commit 7096863

Please sign in to comment.