Avoid some log spam following changes to not cache default image for cards.

This commit is contained in:
Myrd
2015-12-26 16:59:02 +00:00
parent 501dcfc3fa
commit 99e1b29cbf

View File

@@ -128,7 +128,7 @@ public final class ImageKeys {
} }
} }
System.out.println("File not found, no image created: " + key); // System.out.println("File not found, no image created: " + key);
return null; return null;
} }