فهرست منبع

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