mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 12:26:16 +02:00
✨ Fix issues from previous refactor peer review
This commit is contained in:
parent
9841a39d04
commit
f7bb08382c
6 changed files with 23 additions and 33 deletions
|
@ -262,10 +262,3 @@
|
|||
:gauge (make-gauge props)
|
||||
:summary (make-summary props)
|
||||
:histogram (make-histogram props)))
|
||||
|
||||
;; (defn instrument-jetty!
|
||||
;; [^CollectorRegistry registry ^StatisticsHandler handler]
|
||||
;; (doto (JettyStatisticsCollector. handler)
|
||||
;; (.register registry))
|
||||
;; nil)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue