Skip to content

Commit

Permalink
Removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Sep 7, 2015
1 parent a5e95ff commit 002bd71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private void loadIgnoredLibs() {
if (mLine.length() != 0) {
ignoredLibs.add(StringUtils.toClassName(mLine));
}
Ln.d(mLine);
mLine = reader.readLine();
}
} catch (IOException e) {
Expand Down

0 comments on commit 002bd71

Please sign in to comment.