Skip to content

Commit

Permalink
Problem: leftover debug code
Browse files Browse the repository at this point in the history
Solution: remove it
  • Loading branch information
gotcha committed Mar 3, 2020
1 parent fab8185 commit e608393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
0.13.2 (unreleased)
-------------------

- Nothing changed yet.
- Remove leftover debug code
[gotcha]


0.13.1 (2020-02-28)
Expand Down
1 change: 0 additions & 1 deletion ipdb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def set_trace(frame=None, context=None):
def get_context_from_config():
try:
parser = get_config()
print(parser.__dict__)
return parser.getint("ipdb", "context")
except (configparser.NoSectionError, configparser.NoOptionError):
return 3
Expand Down

0 comments on commit e608393

Please sign in to comment.