Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Apr 15, 2024
1 parent 3320590 commit e2e9379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xiana/hotreload.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Accepts the following options:
(when restart-fn
(go-loop []
(<! (timeout 1000))
(println "hotreload!")
(if (track-fn)
(do
(reload!)
Expand Down

0 comments on commit e2e9379

Please sign in to comment.