Remove useless log

This commit is contained in:
Laurent Clouet
2015-07-06 19:01:02 +01:00
parent 2295fda7d6
commit f584b67e0f

View File

@@ -67,7 +67,6 @@ public class Proxy {
return true; return true;
} }
catch (MalformedURLException e) { catch (MalformedURLException e) {
e.printStackTrace();
return false; return false;
} }
} }