X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3cee65ed41394fdcb13cd485fbe0acafb8a490b..dba7934c9d1b520ff7b48cd0d80cc52f8be6a052:/wxPython/wx/py/PyShell.py

diff --git a/wxPython/wx/py/PyShell.py b/wxPython/wx/py/PyShell.py
index 299cc4f538..7793494938 100644
--- a/wxPython/wx/py/PyShell.py
+++ b/wxPython/wx/py/PyShell.py
@@ -13,8 +13,6 @@ __revision__ = "$Revision$"[11:-2]
 
 import wx
 import os
-print "PID:", os.getpid()
-raw_input("...")
 
 class App(wx.App):
     """PyShell standalone application."""