remove debug output
authorMichael Andres <ma@suse.de>
Fri, 18 Apr 2008 20:50:41 +0000 (20:50 +0000)
committerMichael Andres <ma@suse.de>
Fri, 18 Apr 2008 20:50:41 +0000 (20:50 +0000)
zypp/PoolQuery.cc

index f8dcee6..b14715a 100644 (file)
@@ -426,7 +426,7 @@ attremptycheckend:
 
   PoolQuery::const_iterator PoolQuery::Impl::end() const
   {
-    INT << "end" << endl;
+    //INT << "end" << endl;
     return PoolQuery::const_iterator();
   }