This makes more sense

This commit is contained in:
Zen-CODE 2013-03-24 18:51:27 -05:00
parent 14d1c0ee2b
commit ca7d99290a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Application quit abnormally!
By default, all the print statements to the console and files are ignored. If
you have an issue when running your application, you can activate the log by
uncommenting the line in the main.m::
commenting out the line in the main.m::
putenv("KIVY_NO_CONSOLELOG=1");