From d661336935a8920e1e5c5971ab454b36773e6a92 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 6 Nov 2016 14:47:55 +0200 Subject: [PATCH] Removed test line --- tools/templates/{{ cookiecutter.project_name }}-ios/main.m | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/templates/{{ cookiecutter.project_name }}-ios/main.m b/tools/templates/{{ cookiecutter.project_name }}-ios/main.m index 80468a8..a5f6c4d 100644 --- a/tools/templates/{{ cookiecutter.project_name }}-ios/main.m +++ b/tools/templates/{{ cookiecutter.project_name }}-ios/main.m @@ -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" \