From 2855e4ef048bd0432ab8aceef90f5ef7cba1e12d Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Mon, 14 Jul 2008 10:22:38 +0000 Subject: [PATCH] reducing logging --- zypp/solver/detail/Testcase.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zypp/solver/detail/Testcase.cc b/zypp/solver/detail/Testcase.cc index ad9e981..08b9690 100644 --- a/zypp/solver/detail/Testcase.cc +++ b/zypp/solver/detail/Testcase.cc @@ -133,12 +133,10 @@ std::string helixXML( const Capability &cap ) str << IdString(detail.rhs().id()) << ")' />" << endl; } else { str << "" << endl; - MIL << "ignoring " << cap << " cause this format will be supported" << endl; } } } else { str << "" << endl; - MIL << "ignoring " << cap << " cause this format will be supported" << endl; } return str.str(); -- 2.7.4