gtk: remove debugging printf
This commit is contained in:
parent
127d563bd8
commit
cef9f90c27
|
@ -166,7 +166,6 @@
|
||||||
(cb this e)))))))
|
(cb this e)))))))
|
||||||
|
|
||||||
(define/private (adjust-shortcut item-gtk title)
|
(define/private (adjust-shortcut item-gtk title)
|
||||||
(printf "~s\n" title)
|
|
||||||
(let ([m (regexp-match #rx"\t(Ctrl[+])?(Shift[+])?(Meta[+])?(Alt[+])?(.|[0-9]+)$"
|
(let ([m (regexp-match #rx"\t(Ctrl[+])?(Shift[+])?(Meta[+])?(Alt[+])?(.|[0-9]+)$"
|
||||||
title)])
|
title)])
|
||||||
(when m
|
(when m
|
||||||
|
|
Loading…
Reference in New Issue
Block a user