Skip to content

Commit

Permalink
chore: remove stray print
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sanjayankur31 committed Sep 4, 2024
1 parent 1ee37a2 commit 6aee352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyneuroml/plot/PlotMorphologyVispy.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ def plot_interactive_3D(
except KeyError:
# if single cell only, use default groups
if total_cells == 1:
print(f"We have {len(pop_id_vs_cell)} cells!")
color = "default groups"
# if multiple cells, use different colors for each cell
else:
Expand Down

0 comments on commit 6aee352

Please sign in to comment.