Skip to content

Commit

Permalink
- disabled debugging output;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Aug 25, 2024
1 parent 6531475 commit 3df3357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coverup/codeinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import typing as T
import importlib.util

#_debug = lambda x: None
_debug = print
_debug = lambda x: None
#_debug = print


# TODO use 'ast' alternative that retains comments?
Expand Down

0 comments on commit 3df3357

Please sign in to comment.