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)) {
|
if (handleErrorMessage(account, original)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Log.d(Config.LOGTAG,original.toString());
|
|
||||||
final MessagePacket packet;
|
final MessagePacket packet;
|
||||||
Long timestamp = null;
|
Long timestamp = null;
|
||||||
boolean isCarbon = false;
|
boolean isCarbon = false;
|
||||||
|
|
Loading…
Reference in a new issue