Unverified Commit c842d353 authored by Yixing Lao's avatar Yixing Lao Committed by GitHub

Remove prints in test_control (#991)

parent 6d01a3bf
...@@ -31,7 +31,6 @@ string ngraph::prepend_disabled(const string& test_case_name, ...@@ -31,7 +31,6 @@ string ngraph::prepend_disabled(const string& test_case_name,
const string& test_name, const string& test_name,
const string& manifest) const string& manifest)
{ {
NGRAPH_INFO << "manifest " << manifest;
string rc = test_name; string rc = test_name;
unordered_set<string>& blacklist = s_blacklists[test_case_name]; unordered_set<string>& blacklist = s_blacklists[test_case_name];
if (blacklist.empty() && !manifest.empty()) if (blacklist.empty() && !manifest.empty())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment