Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Sep 11, 2024
1 parent 96427eb commit c339b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dynapyt/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def call_if_exists(self, f, *args):
func = self.analysis_func(analysis, f)
if func is None:
continue
print(f"Calling {f} of {analysis}")
docs = func.__doc__
if docs is None or START not in docs:
is_filtered = False
Expand Down

0 comments on commit c339b08

Please sign in to comment.