From f75c2b398e6ab40a5ae472619b60875b568a4c23 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 19 Jul 2008 22:57:19 +0100 Subject: [PATCH] Found a print statement lying around. I don't really use the rc file with bpython but there was a print statement I must have been using for debugging in the rc file parsing routine. --- bpython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bpython.py b/bpython.py index bda646d..3fd7bf5 100644 --- a/bpython.py +++ b/bpython.py @@ -1444,7 +1444,6 @@ def loadrc(): if parser.get_token() == '=': v = parser.get_token() or None - print v if v is not None: try: v = int(v)