Skip to content

Commit

Permalink
fix: remove test code from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 13, 2024
1 parent 9b48b6e commit 6b13ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_qc_portal/panel/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(self, reference, parent):
self.object = self.parse_reference(reference)

def parse_reference(self, reference):
reference = "http://localhost:5007/images/data.rrd"

if ";" in reference:
return pn.layout.Swipe(
self.parse_reference(reference.split(";")[0]),
Expand Down

0 comments on commit 6b13ebe

Please sign in to comment.