Skip to content

Commit 0cde18b

Browse files
committed
this should be a debug
1 parent 95df5bb commit 0cde18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ZoomController.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class Jorts.ZoomController : Object {
9797

9898
public bool on_key_press_event (uint keyval, uint keycode, Gdk.ModifierType state) {
9999
if (keyval == Gdk.Key.Control_L || keyval == Gdk.Key.Control_R) {
100-
print ("Press!");
100+
debug ("Press!");
101101
is_control_key_pressed = true;
102102

103103
// disable scrolling for the stickies else it will prevent what we are trying to do

0 commit comments

Comments
 (0)