From: Konstantinos Margaritis Date: Fri, 6 Oct 2023 09:08:36 +0000 (+0300) Subject: remove extra print X-Git-Tag: vectorscan/5.4.11~2^2~5^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26661c84955f4b74a5d612f4c299fccfc61939b;p=thirdparty%2Fvectorscan.git remove extra print --- diff --git a/unit/hyperscan/bad_patterns.cpp b/unit/hyperscan/bad_patterns.cpp index dba906bb..42e4772e 100644 --- a/unit/hyperscan/bad_patterns.cpp +++ b/unit/hyperscan/bad_patterns.cpp @@ -239,8 +239,6 @@ TEST_P(BadPattern, Block) { const BadPatternParam &p = GetParam(); SCOPED_TRACE(p.expr); - std::cout << p.expr << std::endl; - hs_compile_error_t *compile_err; hs_database_t *db; hs_error_t err = p.compile(HS_MODE_NOSTREAM, &db, &compile_err);