Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
68f06f3b
Commit
68f06f3b
authored
May 05, 2022
by
Martin Schorb
Browse files
remove debug prints
parent
d03930e6
Pipeline
#33172
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dashUI/callbacks/tile_view.py
View file @
68f06f3b
...
...
@@ -444,8 +444,6 @@ for idx in range(params.max_tileviews):
imurl
=
imparams
[
'imurl'
]
elif
'section'
in
trigger
:
print
(
trigger
)
print
(
imparams
)
imurl
=
re
.
sub
(
'/z/[0-9]*'
,
'/z/'
+
str
(
section
),
imparams
[
'imurl'
])
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment