Pārlūkot izejas kodu

removed print statement

Dave Schuyler 22 gadi atpakaļ
vecāks
revīzija
70a99ff5d5
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      direct/src/showbase/ShowBase.py

+ 0 - 1
direct/src/showbase/ShowBase.py

@@ -869,7 +869,6 @@ class ShowBase(DirectObject.DirectObject):
             # minimized, not just the main window.  But it will do for
             # minimized, not just the main window.  But it will do for
             # now until someone complains.
             # now until someone complains.
             time.sleep(0.1)
             time.sleep(0.1)
-            print "\n\nmain window minimized."
 
 
         # Lerp stuff needs this event, and it must be generated in
         # Lerp stuff needs this event, and it must be generated in
         # C++, not in Python.
         # C++, not in Python.