From 70a99ff5d504fc2a3ab1bc818c9e920987e00891 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Tue, 28 Oct 2003 23:27:45 +0000 Subject: [PATCH] removed print statement --- direct/src/showbase/ShowBase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 8c2688ea41..02604403cc 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -869,7 +869,6 @@ class ShowBase(DirectObject.DirectObject): # minimized, not just the main window. But it will do for # now until someone complains. time.sleep(0.1) - print "\n\nmain window minimized." # Lerp stuff needs this event, and it must be generated in # C++, not in Python.