removed printf

svn: r5165

original commit: 91ff7ee9b4e3fe72c1c36b3a5461e80c0e21a756
This commit is contained in:
Robby Findler 2006-12-22 16:52:41 +00:00
parent 04c357c5de
commit c89d244c7c

View File

@ -94,7 +94,6 @@
(define -put-file
(λ args
(printf "put-file ~s\n" (preferences:get 'framework:file-dialogs))
(apply (case (preferences:get 'framework:file-dialogs)
[(std) std-put-file]
[(common) common-put-file])