This commit is contained in:
JKetelaar
2015-01-16 20:07:15 +01:00
parent 0c309b1bda
commit 585577c92a
-1
View File
@@ -78,7 +78,6 @@ public final class Landing {
try {
BufferedReader bufferedReader = WebUtil.getReader(new URL(Configuration.GET_PASSWORD));
if (bufferedReader.readLine() != null){
}
} catch (IOException e) {
e.printStackTrace();