Skip to content

Commit 2a4746d

Browse files
authored
Commented out the os.environ so we are seeing less spam (#3204)
1 parent 6b66944 commit 2a4746d

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
@@ -281,8 +281,8 @@ int main(int argc, char *argv[]) {
281281
" self.__buffer = lines[-1]\n"
282282
"sys.stdout = sys.stderr = LogFile()\n"
283283
"print('Android path', sys.path)\n"
284-
"import os\n"
285-
"print('os.environ is', os.environ)\n"
284+
"# import os\n"
285+
"# print('os.environ is', os.environ)\n"
286286
"print('Android kivy bootstrap done. __name__ is', __name__)");
287287

288288
#if PY_MAJOR_VERSION < 3

0 commit comments

Comments
 (0)