Skip to content

Commit

Permalink
Tidy: delete println statements used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorlu committed Sep 23, 2023
1 parent f57cd7b commit f1e50cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/babashka/neil.clj
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ chmod +x bin/kaocha
(not (contains? existing-aliases alias)))
[:aliases alias]
path)
_ (prn edn-nodes)
edn-nodes (if (r/get-in edn-nodes nl-path)
;; if this dep already exists, don't touch it.
;; We risk loosing :exclusions and other properties.
Expand All @@ -409,7 +408,6 @@ chmod +x bin/kaocha
;; [:aliases alias :deps as] if :deps present
;; [:aliases alias :extra-deps as] if alias exists
(-> edn-nodes (r/assoc-in nl-path nil) str r/parse-string))
_ (prn edn-nodes)
nodes (cond
missing? edn-nodes
mvn?
Expand Down

0 comments on commit f1e50cc

Please sign in to comment.