Skip to content

Commit

Permalink
[cmdlog-] remove unused code with type error
Browse files Browse the repository at this point in the history
  • Loading branch information
midichef committed Mar 12, 2024
1 parent f55bafe commit 7ca6923
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions visidata/cmdlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ def afterExecSheet(self, sheet, escaped, err):
if not vd.activeCommand: # nothing to record
return

if err:
vd.activeCommand[-1] += ' [%s]' % err

if escaped:
vd.activeCommand = None
return
Expand Down

0 comments on commit 7ca6923

Please sign in to comment.