]> git.saurik.com Git - wxWidgets.git/commitdiff
removed debug code that got left in
authorRobin Dunn <robin@alldunn.com>
Mon, 25 Jun 2001 23:51:23 +0000 (23:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 25 Jun 2001 23:51:23 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/mixins/imagelist.py

index 421772fb82bda1d13c2b3bf5f97ce66858e21a8f..d7ac7f17e57470bcef5a2bec9ce669782d655728 100644 (file)
@@ -58,7 +58,6 @@ class MagicImageList:
                 else:
                     index = self.__magicImageList.Add( icon, mask )
             else:
-                print icon.__class__.__name__
                 raise ValueError("Unexpected icon object %s, "
                                  "expected wxIcon or wxBitmap" % (icon))
             self.__magicImageListMapping [id (icon)] = index