Skip to content

Commit e2e9379

Browse files
committed
Remove debug println
1 parent 3320590 commit e2e9379

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xiana/hotreload.clj

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Accepts the following options:
4848
(when restart-fn
4949
(go-loop []
5050
(<! (timeout 1000))
51-
(println "hotreload!")
5251
(if (track-fn)
5352
(do
5453
(reload!)

0 commit comments

Comments
 (0)