summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg
Side-by-side diff
Diffstat (limited to 'noncore/settings/aqpkg') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/ipkg.cpp4
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
@@ -198,3 +198,2 @@ int Ipkg :: executeIpkgCommand( QString &cmd, const QString option )
{
- cout << "LineStr = " << lineStr << endl;
int start = lineStr.find( " " ) + 1;
@@ -203,6 +202,5 @@ int Ipkg :: executeIpkgCommand( QString &cmd, const QString option )
dependantPackages->append( package );
- cout << "installing dependant package <" << *package << ">" << endl;
}
}
-
+
if ( option == "update" )