Removed test line
This commit is contained in:
parent
f48f66363c
commit
d661336935
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ void load_custom_builtin_importer() {
|
|||
"from os.path import exists, join\n" \
|
||||
"# Fake redirection to supress console output\n" \
|
||||
"if environ.get('KIVY_NO_CONSOLE', '0') == '1':\n" \
|
||||
" print('Killing console. Remove me!')\n" \
|
||||
" class fakestd(object):\n" \
|
||||
" def write(self, *args, **kw): pass\n" \
|
||||
" def flush(self, *args, **kw): pass\n" \
|
||||
|
|
Loading…
Reference in a new issue