reduced logging
authorStefan Schubert <schubi@suse.de>
Wed, 18 Jan 2006 16:03:20 +0000 (16:03 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 18 Jan 2006 16:03:20 +0000 (16:03 +0000)
zypp/solver/detail/ResolverContext.cc

index ddac2ec..359ace1 100644 (file)
@@ -202,7 +202,7 @@ ResolverContext::setStatus (ResItem_constPtr resItem, ResItemStatus status)
     if (_invalid) return;
 
     ResItemStatus old_status = getStatus (resItem);
-cerr << "ResolverContext::setStatus " << resItem->asString() << ": " << toString(old_status) << " -> " << toString(status) << endl;
+    // cerr << "ResolverContext::setStatus " << resItem->asString() << ": " << toString(old_status) << " -> " << toString(status) << endl;
     if (status != old_status) {
        _status[resItem] = status;
     }