]> git.ktnx.net Git - mobile-ledger.git/commitdiff
debug--
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 Dec 2018 13:12:53 +0000 (13:12 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 Dec 2018 13:12:53 +0000 (13:12 +0000)
app/src/main/java/net/ktnx/mobileledger/async/RetrieveTransactionsTask.java

index 93132545d87dde15bb0dbdd1e5250b75212af25a..b0d423fd2f9545bb195bd18a308b85a85319dfc4 100644 (file)
@@ -117,7 +117,7 @@ public class RetrieveTransactionsTask extends
                                 if (isCancelled()) break;
                                 if (!line.isEmpty() && (line.charAt(0) == ' ')) continue;
                                 Matcher m;
                                 if (isCancelled()) break;
                                 if (!line.isEmpty() && (line.charAt(0) == ' ')) continue;
                                 Matcher m;
-                                L(String.format("State is %d", state));
+                                //L(String.format("State is %d", state));
                                 switch (state) {
                                     case ParserState.EXPECTING_JOURNAL:
                                         if (line.equals("<h2>General Journal</h2>")) {
                                 switch (state) {
                                     case ParserState.EXPECTING_JOURNAL:
                                         if (line.equals("<h2>General Journal</h2>")) {