We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4a9c commit 1c6f3acCopy full SHA for 1c6f3ac
pythonforandroid/bdist_apk.py
@@ -26,7 +26,6 @@ def initialize_options(self):
26
setattr(self, option[0].strip('=').replace('-', '_'), None)
27
28
option_dict = self.distribution.get_option_dict('apk')
29
- print('option_dict is', option_dict)
30
31
# This is a hack, we probably aren't supposed to loop through
32
# the option_dict so early because distutils does exactly the
@@ -77,7 +76,6 @@ def run(self):
77
76
78
from pythonforandroid.toolchain import main
79
sys.argv[1] = 'apk'
80
- print('argv is', sys.argv)
81
main()
82
83
def prepare_build_dir(self):
0 commit comments