removed logging that accidentally got commited earlier
This commit is contained in:
parent
d5c9393ab0
commit
33944437f3
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue