From 141e95541e01e1dab0e8ba89354a86cb4b6dd137 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 11 Sep 2014 10:23:11 +0200
Subject: [PATCH] remove testing print from test

---
 alib2algo/test-src/regexp/RegExpOptimizeTest.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/alib2algo/test-src/regexp/RegExpOptimizeTest.cpp b/alib2algo/test-src/regexp/RegExpOptimizeTest.cpp
index 13896b5189..bbe21afc1d 100644
--- a/alib2algo/test-src/regexp/RegExpOptimizeTest.cpp
+++ b/alib2algo/test-src/regexp/RegExpOptimizeTest.cpp
@@ -27,7 +27,6 @@ void RegExpOptimizeTest::testOptimize() {
 
 		regexp::RegExpOptimize opt;
 		regexp::UnboundedRegExp res = opt.optimize(regexp);
-		std::cout << res << std::endl;
 	}
 	{
 		std::string input = "a+a* (b+a)* c";
-- 
GitLab