Remove debug.

This commit is contained in:
dosiecki 2014-10-30 21:51:11 -07:00 committed by Samuel Clay
parent 2d93a6d518
commit 530c193340

View file

@ -286,7 +286,6 @@ public class FolderListAdapter extends BaseExpandableListAdapter {
public void setSocialFeedCursor(Cursor cursor) {
this.socialFeedCursor = cursor;
Log.d(this.getClass().getName(), "active socials: " + cursor.getCount());
notifyDataSetChanged();
}