Skip to content

Commit 9a9d16e

Browse files
committed
remove debug prints
1 parent e122037 commit 9a9d16e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/sort.slint

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ export component SortView inherits HorizontalBox {
119119
selected.source-clip-width = new_clip_width_zoom;
120120
selected.source-clip-height = new_clip_height_zoom;
121121

122-
debug("clip: " + selected.source-clip-x + " " + selected.source-clip-y + " " + selected.source-clip-width + " " + selected.source-clip-height);
123-
debug("width/height: " + selected.width / 1px + " " + selected.height / 1px + " initial: " + selected.source.width + " " + selected.source.height);
124122
selected.source-clip-width = min(selected.source.width, new_clip_width_zoom);
125123
selected.source-clip-height = min(selected.source.height, new_clip_height_zoom);
126124
selected.source-clip-x = max(0, min(selected.source-clip-x, selected.source.width - selected.source-clip-width));

0 commit comments

Comments
 (0)