X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14fb0a9f81f254d06c4102124428aca02a743ee3..72b1ad5c2e42a19e24460c196b47ea54e34d8c2c:/wxPython/demo/HtmlWindow.py

diff --git a/wxPython/demo/HtmlWindow.py b/wxPython/demo/HtmlWindow.py
index 9dac81120f..633a9ccb59 100644
--- a/wxPython/demo/HtmlWindow.py
+++ b/wxPython/demo/HtmlWindow.py
@@ -193,7 +193,6 @@ class TestHtmlPanel(wx.Panel):
 
 def runTest(frame, nb, log):
     win = TestHtmlPanel(nb, frame, log)
-    print wx.Window_FindFocus()
     return win