Skip to content

Commit

Permalink
rid prn
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 2, 2024
1 parent 0d7e3c2 commit e766870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/babashka/cli.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@
[arg & rest] args
all-opts (-> (merge all-opts opts)
(assoc-in (cons ::opts-by-cmd cmds) opts))]
(prn :all-opts all-opts :opts opts)
(if-let [subcmd-info (get (:cmd cmd-info) arg)]
(recur (conj cmds arg) all-opts rest subcmd-info)
(if (:fn cmd-info)
Expand Down

0 comments on commit e766870

Please sign in to comment.