浏览代码

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()) {