-rw-r--r-- | noncore/settings/aqpkg/ipkg.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 ) | |||
196 | // so that we can create links to them as necessary | 196 | // so that we can create links to them as necessary |
197 | if ( lineStr.startsWith( "Installing " ) ) | 197 | if ( lineStr.startsWith( "Installing " ) ) |
198 | { | 198 | { |
199 | cout << "LineStr = " << lineStr << endl; | ||
200 | int start = lineStr.find( " " ) + 1; | 199 | int start = lineStr.find( " " ) + 1; |
201 | int end = lineStr.find( " ", start ); | 200 | int end = lineStr.find( " ", start ); |
202 | QString *package = new QString( lineStr.mid( start, end-start ) ); | 201 | QString *package = new QString( lineStr.mid( start, end-start ) ); |
203 | dependantPackages->append( package ); | 202 | dependantPackages->append( package ); |
204 | cout << "installing dependant package <" << *package << ">" << endl; | ||
205 | } | 203 | } |
206 | } | 204 | } |
207 | 205 | ||
208 | if ( option == "update" ) | 206 | if ( option == "update" ) |
209 | { | 207 | { |
210 | if (lineStr.contains("Updated list")) | 208 | if (lineStr.contains("Updated list")) |