This commit is contained in:
Jesse Boyd 2018-04-12 20:00:41 +10:00
parent 7968cdc232
commit b1f8bbddfa
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 0 additions and 2 deletions

View File

@ -297,9 +297,7 @@ public class ClipboardCommands extends MethodCommands {
File file = new File(uri.getPath());
if (file.exists() && file.isFile()) {
files.add(file);
System.out.println("Valid " + file);
} else if (!uri.getPath().isEmpty()) {
System.out.println("Invalid " + uri);
invalid.add(uri);
}
}