logging not needed
authorStefan Schubert <schubi@suse.de>
Tue, 31 Jul 2007 08:34:52 +0000 (08:34 +0000)
committerStefan Schubert <schubi@suse.de>
Tue, 31 Jul 2007 08:34:52 +0000 (08:34 +0000)
zypp/solver/detail/ResolverInfoContainer.cc

index 816ba5d..c43c9d3 100644 (file)
@@ -23,7 +23,6 @@
 #include <sstream>
 
 #include "zypp/solver/detail/ResolverInfoContainer.h"
-#include "zypp/base/Logger.h"
 #include "zypp/solver/detail/Helper.h"
 
 /////////////////////////////////////////////////////////////////////////
@@ -172,7 +171,6 @@ ResolverInfoContainer::mentions (PoolItem_Ref item) const
     // Search item_list for any mention of the item.
 
     for (PoolItemList::const_iterator iter = _item_list.begin(); iter != _item_list.end(); iter++) {
-       MIL << "yyyyyyxx " << item <<  " xx " << *iter << endl; 
        if ((*iter)->name() == item->name()) {
            return true;
        }