Skip to content

Commit a81aa7f

Browse files
committed
Remove the unnecessary comment
1 parent 19eddb7 commit a81aa7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/ContributionsSyncAdapter.java

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public void onPerformSync(Account account, Bundle bundle, String s, ContentProvi
7171
while(!done) {
7272

7373
try {
74-
Timber.d("Example API query: https://commons.wikimedia.org/w/api.php?action=query&list=logevents&letype=upload&leuser=Sandaru&lelimit=5");
7574
MWApi.RequestBuilder builder = api.action("query")
7675
.param("list", "logevents")
7776
.param("letype", "upload")

0 commit comments

Comments
 (0)