mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
removed unused code in fdtool.rkt
This commit is contained in:
@ -12,8 +12,6 @@
|
||||
|
||||
;; takes a command line and modifies the params hash accordingly
|
||||
(define (process-command params line)
|
||||
;; (cond [(string=? "##private" line) (hash-set! params "is-private" #T)]
|
||||
;; [(string=? "##public" line) (hash-set! params "is-private" #F)])
|
||||
(print line)
|
||||
(cond [(string=? line "##private") (hash-set! params "is-private" #T)]
|
||||
[(string=? line "##public") (hash-set! params "is-private" #F)]
|
||||
|
||||
Reference in New Issue
Block a user