Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Jan 26, 2012
1 parent e223f93 commit ba5477f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/clj/backtype/storm/transactional_test.clj
Expand Up @@ -580,7 +580,6 @@

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

(println results)
;; 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)
(is (ms= [[0] [0] [2] [0]] (->> (read-tuples results "count")
(take 4)
Expand Down

0 comments on commit ba5477f

Please sign in to comment.