Browse Source

remove debug spam

Greg Wiatroski 18 years ago
parent
commit
2b45840e6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectScrolledList.py

+ 1 - 1
direct/src/gui/DirectScrolledList.py

@@ -398,7 +398,7 @@ class DirectScrolledList(DirectFrame):
         """
         assert self.notify.debugStateCall(self)
         self.recordMaxHeight()
-        print "refresh called"
+        #print "refresh called"
         self.scrollTo(self.index)
 
     def getSelectedIndex(self):