ソースを参照

remove logging

AndyScherzinger 7 年 前
コミット
35db685639
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/gplay/java/com/owncloud/android/utils/PushUtils.java

+ 0 - 2
src/gplay/java/com/owncloud/android/utils/PushUtils.java

@@ -106,8 +106,6 @@ public class PushUtils {
         String publicKeyPath = keyPath + File.separator + KEYPAIR_FILE_NAME + KEYPAIR_PUB_EXTENSION;
         File keyPathFile = new File(keyPath);
 
-        Log.d(TAG, publicKeyPath);
-
         if (!new File(privateKeyPath).exists() && !new File(publicKeyPath).exists()) {
             try {
                 if (!keyPathFile.exists()) {