From 5ad08f6611c8c777c43cfa0d2380b6ad6554a54d Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 7 Nov 2018 09:26:42 -0800 Subject: Not sure what other feature work is valuable -- I'd rather work on exporting. --- Test/RandomTests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Test/RandomTests.cpp') diff --git a/Test/RandomTests.cpp b/Test/RandomTests.cpp index a322752..a4fd410 100644 --- a/Test/RandomTests.cpp +++ b/Test/RandomTests.cpp @@ -7,7 +7,6 @@ TEST(RandomTests, RandomInRange) { ASSERT_NE(random1, random2); if (random1 > random2) std::swap(random1, random2); int random3 = Random::RandInt(random1, random2); - std::cout << random1 << " " << random2 << " " << random3 << std::endl; ASSERT_GE(random3, random1); ASSERT_LE(random3, random2); } -- cgit 1.4.1