瀏覽代碼

Don't spam logs

https://github.com/stefan-niedermann/nextcloud-deck/issues/208
Stefan Niedermann 5 年之前
父節點
當前提交
ad8eaff22b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/nextcloud/client/integration/deck/DeckNotificationHandler.java

+ 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();
     }
 }