Skip to content

Commit

Permalink
style(visualization): remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devangcx committed Jul 30, 2022
1 parent 1bd14b8 commit 8117b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def visualization(job_url: str,

with col0:
for sim_time in SIM_TIMES[:3]:
print(sim_time.as_string())
id = sim_dict[sim_time.as_string()]
viz = viz_dict[id].joinpath('point_in_time.vtkjs')
st.write(
Expand Down

0 comments on commit 8117b72

Please sign in to comment.