Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Sep 11, 2024
1 parent 9c75a3e commit 10c8161
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions omics/cli/run_analyzer/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def plot_timeline(tasks, title="", time_units="min", max_duration_hrs=5, show_pl
legend_label="running",
)
if len(data) < 101:
print(f"data[text_x] is {data["text_x"]}", file=sys.stderr)
print(f"data[y] is {data['y']}", file=sys.stderr)
print(f"data[name] is {data['name']}", file=sys.stderr)
p_run.text(
# task name label
color="black",
Expand Down

0 comments on commit 10c8161

Please sign in to comment.