From ba5477f0a09ac54682668abce097f2221384510c Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Thu, 26 Jan 2012 14:52:01 -0800 Subject: [PATCH] remove println --- test/clj/backtype/storm/transactional_test.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/clj/backtype/storm/transactional_test.clj b/test/clj/backtype/storm/transactional_test.clj index 77c693779..15af88740 100644 --- a/test/clj/backtype/storm/transactional_test.clj +++ b/test/clj/backtype/storm/transactional_test.clj @@ -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)