Removed alll the printStackTrace.
parent
7f39badaf7
commit
01874f7d1c
|
@ -36,7 +36,6 @@ public class GetVoterCallback implements FutureCallback<List<BulletinBoardMessag
|
||||||
.mergeFrom(latestMessage.getMsg().getData()).build();
|
.mergeFrom(latestMessage.getMsg().getData()).build();
|
||||||
callback.onSuccess(info);
|
callback.onSuccess(info);
|
||||||
} catch (InvalidProtocolBufferException e) {
|
} catch (InvalidProtocolBufferException e) {
|
||||||
e.printStackTrace();
|
|
||||||
callback.onFailure(e);
|
callback.onFailure(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue