removed printf
svn: r5165
This commit is contained in:
parent
25587a0c50
commit
91ff7ee9b4
|
@ -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