Skip to content

Commit 47c97f0

Browse files
committed
Commented out the os.environ so we are seeing less spam
1 parent 5330267 commit 47c97f0

File tree

1 file changed

+2
-2
lines changed
  • pythonforandroid/bootstraps/common/build/jni/application/src

1 file changed

+2
-2
lines changed

pythonforandroid/bootstraps/common/build/jni/application/src/start.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ int main(int argc, char *argv[]) {
245245
" self.__buffer = lines[-1]\n"
246246
"sys.stdout = sys.stderr = LogFile()\n"
247247
"print('Android path', sys.path)\n"
248-
"import os\n"
249-
"print('os.environ is', os.environ)\n"
248+
"# import os\n"
249+
"# print('os.environ is', os.environ)\n"
250250
"print('Android kivy bootstrap done. __name__ is', __name__)");
251251

252252
#if PY_MAJOR_VERSION < 3

0 commit comments

Comments
 (0)