oops, undoing mistake

svn: r12555
This commit is contained in:
Robby Findler 2008-11-21 01:00:36 +00:00
parent 429e229ff7
commit d539020c42

View File

@ -857,13 +857,7 @@ WARNING: printf is rebound in the body of the unit to always
normalize?))]
[else
(preferences:get 'framework:do-paste-normalization)]))
(define/public (string-normalize s)
(let ([ns (string-normalize-nfkc s)])
(unless (equal? s ns)
(printf "normalized: ~s => ~s\n" s ns)))
(string-normalize-nfkc s))
(define/public (string-normalize s) (string-normalize-nfkc s))