Browse Source

Don't spam logs

https://github.com/stefan-niedermann/nextcloud-deck/issues/208
Stefan Niedermann 5 years ago
parent
commit
ad8eaff22b

+ 0 - 1
src/main/java/com/nextcloud/client/integration/deck/DeckNotificationHandler.java

@@ -71,7 +71,6 @@ public class DeckNotificationHandler implements NotificationHandler {
                     .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
             }
         }
-        Log.v(TAG, "Couldn't find any installed deck app.");
         throw new AppNotInstalledException();
     }
 }