Commit 4ba6067d authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Remove debugging statement checked in by accident, ah, carelessness.

parent 83a35605
......@@ -283,7 +283,6 @@ class EditorWindow:
tkMessageBox.showinfo('Advice', "Don't Panic!", master=self.text)
def view_readme(self, event=None):
print>>sys.__stderr__, "** __file__: ", __file__
fn=os.path.join(os.path.abspath(os.path.dirname(__file__)),'README.txt')
textView.TextViewer(self.top,'IDLEfork - README',fn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment