X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae920857a74f858f98d0d68f55f6a77de0d8f2cf..bbeb6c2bc2365fb93a4de48b4f51d36af91c321c:/utils/wxPython/demo/wxHtmlWindow.py?ds=inline

diff --git a/utils/wxPython/demo/wxHtmlWindow.py b/utils/wxPython/demo/wxHtmlWindow.py
index 222918f53d..c863001ff4 100644
--- a/utils/wxPython/demo/wxHtmlWindow.py
+++ b/utils/wxPython/demo/wxHtmlWindow.py
@@ -90,7 +90,6 @@ class TestHtmlPanel(wxPanel):
 
 
     def OnWithWidgets(self, event):
-        print self.cwd
         os.chdir(self.cwd)
         name = os.path.join(self.cwd, 'data/widgetTest.htm')
         self.html.LoadPage(name)