Skip to content

Commit ba5477f

Browse files
author
Nathan Marz
committed
remove println
1 parent e223f93 commit ba5477f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/clj/backtype/storm/transactional_test.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@
580580

581581
(bind results (complete-topology cluster (.buildTopology builder)))
582582

583-
(println results)
584583
;; need to do it this way (check for nothing transaction) because there is one transaction already saved up before that emits nothing (because of how memorytransctionalspout detects partition completion)
585584
(is (ms= [[0] [0] [2] [0]] (->> (read-tuples results "count")
586585
(take 4)

0 commit comments

Comments
 (0)