remove spurious printf
This commit is contained in:
parent
535072086b
commit
c6f106d285
|
@ -1239,7 +1239,6 @@ If the namespace does not, they are colored the unbound color.
|
||||||
|
|
||||||
(define current-matching-identifiers (set))
|
(define current-matching-identifiers (set))
|
||||||
(define/private (update-matching-identifiers refreshing?)
|
(define/private (update-matching-identifiers refreshing?)
|
||||||
(printf "mouse over pos ~s\n" cursor-pos)
|
|
||||||
(define id-set (position->matching-identifier-set cursor-text cursor-pos))
|
(define id-set (position->matching-identifier-set cursor-text cursor-pos))
|
||||||
(define clr "GreenYellow")
|
(define clr "GreenYellow")
|
||||||
(define style 'ellipse)
|
(define style 'ellipse)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user