mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Debug mode off
This commit is contained in:
parent
33bfc51467
commit
c9ecc1018e
2 changed files with 1 additions and 2 deletions
|
|
@ -152,7 +152,6 @@ public class Contribution extends Media {
|
|||
.append(Utils.licenseTemplateFor(getLicense())).append("\n\n")
|
||||
.append("{{Uploaded from Mobile|platform=Android|version=").append(CommonsApplication.APPLICATION_VERSION).append("}}\n")
|
||||
.append(getTrackingTemplates());
|
||||
Log.d(TAG, buffer.toString());
|
||||
return buffer.toString();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue