From: Tomek Mrugalski Date: Thu, 25 Oct 2018 10:30:59 +0000 (+0200) Subject: [#65,!96] Commented out code removed. X-Git-Tag: 65-libyang-finish-doc_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c910e9c6a64f74b1926aef445a0361fd44b9258;p=thirdparty%2Fkea.git [#65,!96] Commented out code removed. --- diff --git a/src/lib/yang/tests/adaptor_config_unittests.cc b/src/lib/yang/tests/adaptor_config_unittests.cc index 23092f8138..1ab3939966 100644 --- a/src/lib/yang/tests/adaptor_config_unittests.cc +++ b/src/lib/yang/tests/adaptor_config_unittests.cc @@ -37,8 +37,6 @@ void testFile(const std::string& fname, bool v6, ElementPtr& result) { string decommented = decommentJSONfile(fname); - //cout << "Parsing file " << fname << " (" << decommented << ")" << endl; - EXPECT_NO_THROW(json = Element::fromJSONFile(decommented, true)); reference_json = moveComments(json); diff --git a/src/lib/yang/tests/translator_utils_unittests.cc b/src/lib/yang/tests/translator_utils_unittests.cc index 6178cacb66..6fae632b42 100644 --- a/src/lib/yang/tests/translator_utils_unittests.cc +++ b/src/lib/yang/tests/translator_utils_unittests.cc @@ -215,7 +215,6 @@ void sanityCheckConfig(const std::string& model, const YRTree& tree) { // defined in yang_configs.h are sane. TEST(YangReprTest, verifyConfigs) { for (auto x : test_configs) { - //cout << "Testing tree for model " << x.first << endl; sanityCheckConfig(x.first, x.second); } }