Skip to content

Commit cb19704

Browse files
committed
remove debug prn
1 parent 6dff7fd commit cb19704

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

7-
## Changed
5+
- Remove debug call
86

97
# 0.6.30 (2024-02-27 / c9696a0)
108

@@ -81,4 +79,4 @@ approaching the envisioned scope for this library.
8179

8280
- subcommand handling
8381
- rudimentary flag handling
84-
- help text generation
82+
- help text generation

src/lambdaisland/cli.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
(assoc flags (:key flagspec) (:value flagspec)))
103103
flagspec))
104104
([flags flagspec & args]
105-
(prn flags flagspec args)
106105
(add-middleware
107106
(if-let [handler (:handler flagspec)]
108107
(apply call-handler handler flags args)

0 commit comments

Comments
 (0)