Skip to content

Commit

Permalink
remove print statement from android_new
Browse files Browse the repository at this point in the history
  • Loading branch information
kived committed Jan 31, 2016
1 parent 31f2143 commit 31eb8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildozer/targets/android_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def execute_build_package(self, build_cmd):
# wrapper from previous old_toolchain to new toolchain
dist_name = self.buildozer.config.get('app', 'package.name')
cmd = [self.p4a_apk_cmd, "--dist_name", dist_name]
print cmd, build_cmd
for args in build_cmd:
option, values = args[0], args[1:]
if option == "debug":
Expand Down

0 comments on commit 31eb8b4

Please sign in to comment.