From 44a60b35b903b68f2f60f5ba29b84db1563dd9f3 Mon Sep 17 00:00:00 2001 From: andyq Date: Tue, 22 Oct 2002 19:30:26 +0000 Subject: Removed some debug output --- diff --git a/noncore/settings/aqpkg/ipkg.cpp b/noncore/settings/aqpkg/ipkg.cpp index eacef76..368548b 100644 --- a/noncore/settings/aqpkg/ipkg.cpp +++ b/noncore/settings/aqpkg/ipkg.cpp @@ -196,15 +196,13 @@ int Ipkg :: executeIpkgCommand( QString &cmd, const QString option ) // so that we can create links to them as necessary if ( lineStr.startsWith( "Installing " ) ) { - cout << "LineStr = " << lineStr << endl; int start = lineStr.find( " " ) + 1; int end = lineStr.find( " ", start ); QString *package = new QString( lineStr.mid( start, end-start ) ); dependantPackages->append( package ); - cout << "installing dependant package <" << *package << ">" << endl; } } - + if ( option == "update" ) { if (lineStr.contains("Updated list")) -- cgit v0.9.0.2