소스 검색

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