removed logging that accidentally got commited earlier
This commit is contained in:
parent
c8b5b96af9
commit
0fe47e5e4f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue