From cf20bce6e62056c3d3e07b6ae40f93b0aae9d316 Mon Sep 17 00:00:00 2001 From: misaochan Date: Wed, 14 Dec 2016 17:15:20 +1300 Subject: [PATCH] Fix whitespace --- .../java/fr/free/nrw/commons/upload/ExistingFileAsync.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/upload/ExistingFileAsync.java b/app/src/main/java/fr/free/nrw/commons/upload/ExistingFileAsync.java index aa0a249f6..631dfbf92 100644 --- a/app/src/main/java/fr/free/nrw/commons/upload/ExistingFileAsync.java +++ b/app/src/main/java/fr/free/nrw/commons/upload/ExistingFileAsync.java @@ -33,7 +33,6 @@ public class ExistingFileAsync extends AsyncTask { @Override protected Boolean doInBackground(Void... voids) { - MWApi api = CommonsApplication.createMWApi(); ApiResult result; @@ -51,7 +50,6 @@ public class ExistingFileAsync extends AsyncTask { } ArrayList resultNodes = result.getNodes("/api/query/allimages/img"); - Log.d(TAG, "Result nodes: " + resultNodes); boolean fileExists; @@ -62,7 +60,6 @@ public class ExistingFileAsync extends AsyncTask { } Log.d(TAG, "File already exists in Commons:" + fileExists); - return fileExists; } } \ No newline at end of file