Explorar el Código

remove logging

AndyScherzinger hace 7 años
padre
commit
35db685639
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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()) {