@@ -1 +1 @@
-Subproject commit 0f23df1b7b51e9be2034957a7fd47874f44d210c
+Subproject commit 0f4f4edf6cab6167fafb9ec9dcec49d9064e06e2
@@ -420,7 +420,6 @@ public class FileContentProvider extends ContentProvider {
// DB case_sensitive
db.execSQL("PRAGMA case_sensitive_like = true");
Cursor c = sqlQuery.query(db, projection, selection, selectionArgs, null, null, order);
- Log_OC.d(TAG, "setting notification URI: " + uri);
c.setNotificationUri(getContext().getContentResolver(), uri);
return c;
}