Skip to content

Commit 1c6f3ac

Browse files
committed
Removed debug print statements
1 parent 1ed4a9c commit 1c6f3ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonforandroid/bdist_apk.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def initialize_options(self):
2626
setattr(self, option[0].strip('=').replace('-', '_'), None)
2727

2828
option_dict = self.distribution.get_option_dict('apk')
29-
print('option_dict is', option_dict)
3029

3130
# This is a hack, we probably aren't supposed to loop through
3231
# the option_dict so early because distutils does exactly the
@@ -77,7 +76,6 @@ def run(self):
7776

7877
from pythonforandroid.toolchain import main
7978
sys.argv[1] = 'apk'
80-
print('argv is', sys.argv)
8179
main()
8280

8381
def prepare_build_dir(self):

0 commit comments

Comments
 (0)