Skip to content

Commit

Permalink
chore: Delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Nov 16, 2024
1 parent 237b555 commit 3297cd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/elin/handler/debug.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
[{:component/keys [host]}]
{:enabled? true
:fn (fn [{:keys [output_]}]
(spit "/tmp/foo.txt" (str (pr-str (force output_) "\n\n"))
:append true)
(e.p.host/append-to-info-buffer host (force output_)))})

(defn enable-debug-log
Expand Down

0 comments on commit 3297cd3

Please sign in to comment.