Skip to content

Commit

Permalink
Don't litter log with unactionable unhashed deps warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Jan 27, 2023
1 parent cc798c6 commit 9940c0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/nextjournal/clerk/analyzer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,7 @@
state
loc->syms)
(update :counter inc)))
(do (when (seq unhashed)
(binding [*out* *err*]
(println "`build-graph` could not hash all deps:" {:unhashed-deps unhashed})))
(dissoc state :analyzed-file-set :counter))))))

(dissoc state :analyzed-file-set :counter)))))


(comment
Expand Down

0 comments on commit 9940c0e

Please sign in to comment.