]> git.ktnx.net Git - mobile-ledger.git/commitdiff
silence some debug
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 12 Jan 2019 19:10:36 +0000 (19:10 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 12 Jan 2019 19:10:36 +0000 (19:10 +0000)
app/src/main/java/net/ktnx/mobileledger/utils/Globals.java

index 87730ca3e8ea7c2a6f52f32b63cdee98b99308ce..0dfe3252bd33ad02ca33764519cbefb626f3d516 100644 (file)
@@ -20,7 +20,6 @@ package net.ktnx.mobileledger.utils;
 import android.app.Activity;
 import android.content.Context;
 import android.support.annotation.ColorInt;
-import android.util.Log;
 import android.view.View;
 import android.view.inputmethod.InputMethodManager;
 
@@ -73,7 +72,7 @@ public final class Globals {
         }
         else toParse = dateString;
 
-        Log.d("globals", String.format("Parsing date '%s'", toParse));
+//        Log.d("globals", String.format("Parsing date '%s'", toParse));
         return ledgerDateFormatter.parse(toParse);
     }
     public static String formatLedgerDate(Date date) {