Skip to content

Commit

Permalink
[BREAKING] [#315] Remove long-deprecated profiling code
Browse files Browse the repository at this point in the history
Folks should please use https://github.com/ptaoussanis/tufte instead.
API is very similar- migration is normally trivial.
  • Loading branch information
ptaoussanis committed Oct 1, 2020
1 parent 791f8b2 commit 76ffa73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 311 deletions.
6 changes: 1 addition & 5 deletions src/taoensso/timbre.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -836,11 +836,7 @@
(require '[taoensso.timbre :as timbre
:refer (log trace debug info warn error fatal report
logf tracef debugf infof warnf errorf fatalf reportf
spy get-env log-env)])

;; Undocumented, for back compatibility:
(require '[taoensso.timbre.profiling :as profiling
:refer (pspy p defnp profile)])))
spy get-env log-env)])))

;;;; Misc public utils

Expand Down
306 changes: 0 additions & 306 deletions src/taoensso/timbre/profiling.clj

This file was deleted.

0 comments on commit 76ffa73

Please sign in to comment.