Removed the system.out.println.
parent
259b4c2ae5
commit
7f39badaf7
|
@ -55,7 +55,6 @@ public class GetGroupsCallback implements FutureCallback<List<BulletinBoardMessa
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure(Throwable t) {
|
public void onFailure(Throwable t) {
|
||||||
System.out.println(t);
|
|
||||||
this.callback.onFailure(t);
|
this.callback.onFailure(t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue