Skip to content

Commit 002bd71

Browse files
committed
Removed unnecessary log
1 parent a5e95ff commit 002bd71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/com/njlabs/showjava/processor/JarExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ private void loadIgnoredLibs() {
163163
if (mLine.length() != 0) {
164164
ignoredLibs.add(StringUtils.toClassName(mLine));
165165
}
166-
Ln.d(mLine);
167166
mLine = reader.readLine();
168167
}
169168
} catch (IOException e) {

0 commit comments

Comments
 (0)