Skip to content

Commit

Permalink
Remove testing layer from neuroglancer interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
We-Gold committed Jul 31, 2024
1 parent 3e8c7bc commit 2ba54f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/app/neuroglancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ def __init__(self, config=CustomNeuroglancerArgs()):

self.viewer = neuroglancer.Viewer()

with self.viewer.txn() as s:
s.layers["image"] = neuroglancer.ImageLayer(
source="precomputed://gs://neuroglancer-public-data/flyem_fib-25/image"
)

def get_url(self):
"""
Get the URL of the Neuroglancer viewer.
Expand Down

0 comments on commit 2ba54f2

Please sign in to comment.