removed printf
svn: r5165 original commit: 91ff7ee9b4e3fe72c1c36b3a5461e80c0e21a756
This commit is contained in:
parent
04c357c5de
commit
c89d244c7c
|
@ -94,7 +94,6 @@
|
||||||
|
|
||||||
(define -put-file
|
(define -put-file
|
||||||
(λ args
|
(λ args
|
||||||
(printf "put-file ~s\n" (preferences:get 'framework:file-dialogs))
|
|
||||||
(apply (case (preferences:get 'framework:file-dialogs)
|
(apply (case (preferences:get 'framework:file-dialogs)
|
||||||
[(std) std-put-file]
|
[(std) std-put-file]
|
||||||
[(common) common-put-file])
|
[(common) common-put-file])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user