Removed alll the printStackTrace.

Voter-Registry
Vladimir Eliezer Tokarev 2016-03-26 04:16:08 -07:00
parent 7f39badaf7
commit 01874f7d1c
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class GetVoterCallback implements FutureCallback<List<BulletinBoardMessag
.mergeFrom(latestMessage.getMsg().getData()).build();
callback.onSuccess(info);
} catch (InvalidProtocolBufferException e) {
e.printStackTrace();
callback.onFailure(e);
}
}