mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user