Skip to content

Commit

Permalink
removed debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Jun 8, 2011
1 parent ff42d1b commit 866db9e
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -386,9 +386,7 @@ public Void handleResponse(final HttpResponse response)
}
state.setPendingSequence(seq);
state.readerDirty = true;
} else {
logger.warn(String.format("%s is not later than %s",seq,state.pending_seq));
}
}
}
}
} catch (final JSONException e) {
Expand Down

0 comments on commit 866db9e

Please sign in to comment.