And delete a useless comment.

This commit is contained in:
Tim Peters 2004-11-08 22:31:09 +00:00
parent d7bbbbc594
commit 7960bf9c00
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ class _OutputRedirectingPdb(pdb.Pdb):
try:
return pdb.Pdb.trace_dispatch(self, *args)
finally:
# Restore stdout.
sys.stdout = save_stdout
# [XX] Normalize with respect to os.path.pardir?