Commit f0b03146 authored by Yusuke Iwaki's avatar Yusuke Iwaki

remove debuglog

parent 0c274573
......@@ -7,7 +7,6 @@ import chat.rocket.android.log.RCLog;
import chat.rocket.android.model.ddp.RoomSubscription;
import chat.rocket.android.model.internal.NotificationItem;
import chat.rocket.android.realm_helper.RealmHelper;
import hugo.weaving.DebugLog;
import io.realm.Realm;
import io.realm.RealmResults;
import java.util.List;
......@@ -30,10 +29,7 @@ public class ReactiveNotificationManager extends AbstractModelObserver<RoomSubsc
.findAll();
}
@DebugLog
@Override public void onUpdateResults(List<RoomSubscription> roomSubscriptions) {
// TODO implement!
JSONArray notifications = new JSONArray();
for (RoomSubscription roomSubscription : roomSubscriptions) {
final String roomId = roomSubscription.getRid();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment