Skip to content

Commit ba681fe

Browse files
committed
remove extraneous error notification
1 parent 25bf7ee commit ba681fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableTaskStorage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ private boolean updateTaskWithContentValues(String id, ContentValues contentValu
458458
private boolean isDatabaseReady() {
459459
if (database == null) {
460460
notifyDBNotReady();
461-
notifyDBError();
462461
IterableLogger.e(TAG, "Database not initialized");
463462
return false;
464463
}

0 commit comments

Comments
 (0)