Skip to content

Commit b355388

Browse files
committed
make putenv("KIVY_NSLOG") commented by default
1 parent 487b374 commit b355388

File tree

1 file changed

+1
-1
lines changed
  • kivy_ios/tools/templates/{{ cookiecutter.project_name }}-ios

1 file changed

+1
-1
lines changed

kivy_ios/tools/templates/{{ cookiecutter.project_name }}-ios/main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
4747

4848
// In production, if you want to redirect stdout/stderr to NSLog, uncomment
4949
// the following line. This is useful to debug python errors in production.
50-
putenv("KIVY_NSLOG=1");
50+
//putenv("KIVY_NSLOG=1");
5151

5252
// Export orientation preferences for Kivy
5353
export_orientation();

0 commit comments

Comments
 (0)