Remove System.out debugging.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 90249d3..b174d66 100644 (file)
@@ -654,7 +654,6 @@ public class WebInterface implements CoreListener {
                try {
                        return new InputStreamReader(getClass().getResourceAsStream(resourceName), "UTF-8");
                } catch (UnsupportedEncodingException uee1) {
-                       System.out.println("  fail.");
                        return null;
                }
        }