removed logging that accidentally got commited earlier

This commit is contained in:
Daniel Gultsch 2020-01-16 20:46:45 +01:00
parent c8b5b96af9
commit 0fe47e5e4f
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
if (handleErrorMessage(account, original)) {
return;
}
Log.d(Config.LOGTAG,original.toString());
final MessagePacket packet;
Long timestamp = null;
boolean isCarbon = false;