Removed test line

This commit is contained in:
Richard 2016-11-06 14:47:55 +02:00
parent f48f66363c
commit d661336935

View file

@ -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" \