Removed debug statement

This commit is contained in:
Albin Corén 2018-01-06 12:27:22 +01:00
parent 01edd4c168
commit 3169ce5ead

View File

@ -346,7 +346,6 @@ namespace MLAPI
}
break;
case NetworkEventType.DataEvent:
Debug.Log("RECIEVE");
HandleIncomingData(connectionId, ref messageBuffer);
break;
}