Skip to content

Commit

Permalink
log on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-raoul committed Mar 10, 2012
1 parent 049b732 commit 3a8b932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/ichi2/anki/DeckManager.java
Expand Up @@ -391,8 +391,7 @@ public static StyledDialog getSelectDeckDialog(Context context, OnClickListener
sDeckPaths = new HashMap<String, String>();

if (len > 0 && fileList != null) {
Log.i(AnkiDroidApp.TAG,
"DeckManager - getSelectDeckDialog, number of anki files = " + len);
Log.i(AnkiDroidApp.TAG, "DeckManager - getSelectDeckDialog, number of anki files = " + len);
for (File file : fileList) {
String name = file.getName().replaceAll(".anki", "");
tree.add(name);
Expand Down

0 comments on commit 3a8b932

Please sign in to comment.