Skip to content

Commit

Permalink
fix: remove accidental debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
seankmartin committed Sep 13, 2024
1 parent 4c5123c commit b52ea24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryoet_data_portal_neuroglancer/state_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def generate_oriented_point_mesh_layer(
display_mesh: bool = True,
highlight_on_hover: bool = False,
) -> dict[str, Any]:
print("source", source, name, url, color, scale)
source, name, url, _, scale = _setup_creation(source, name, url, scale=scale)
_validate_color(color)
return MeshJSONGenerator(
Expand Down

0 comments on commit b52ea24

Please # to comment.