Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Aug 9, 2024
1 parent 7fdae97 commit b29a5fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public void setDir(File dir) {
File f = defaultSelectedFiles.get(i);
if (f.getAbsolutePath().equals(file.getAbsolutePath())) {
isSelectedByDefault = true;
AL.info("Found DEFAULT selected file! "+f);
break;
}
}
Expand Down

0 comments on commit b29a5fe

Please sign in to comment.