Skip to content
Snippets Groups Projects
Commit dff99a25 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[advanced][databases][biowave] Remove stray print statement

parent 2e2bf5cf
No related branches found
No related tags found
No related merge requests found
...@@ -246,8 +246,6 @@ class ViewAnnotations(BaseView): ...@@ -246,8 +246,6 @@ class ViewAnnotations(BaseView):
imagedir=root_folder), imagedir=root_folder),
key=lambda x: (x.client_id, x.id)) key=lambda x: (x.client_id, x.id))
print objs
return [ Entry(x.client_id, return [ Entry(x.client_id,
x.alignment_annotations(directory=root_folder), x.alignment_annotations(directory=root_folder),
x.roi_annotations(directory=root_folder), x.roi_annotations(directory=root_folder),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment