Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
comment out debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Dec 10, 2011
1 parent 263d5be commit a387ed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lamina/test/connections.clj
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@
(loop []
(Thread/sleep 4000)
(stop-server)
(println "Disconnecting")
;;(println "Disconnecting")
(Thread/sleep 100)
(start-server)
(println "Reconnecting")
;;(println "Reconnecting")
(when @continue
(recur))))
(try
Expand All @@ -171,7 +171,7 @@
(f x 1e5)
:error-handler (fn [_])
#(do
(when (zero? (rem % 100))
#_(when (zero? (rem % 100))
(println %))
%))))
doall
Expand Down

0 comments on commit a387ed5

Please sign in to comment.