summaryrefslogtreecommitdiff
authorandyq <andyq>2002-10-22 19:30:26 (UTC)
committer andyq <andyq>2002-10-22 19:30:26 (UTC)
commit44a60b35b903b68f2f60f5ba29b84db1563dd9f3 (patch) (unidiff)
tree64f2367de78806bbbb1ebf32bafc9dc9e56bb158
parentedcbb8b9bae3db2fae18ec6cd9efd202af4f913c (diff)
downloadopie-44a60b35b903b68f2f60f5ba29b84db1563dd9f3.zip
opie-44a60b35b903b68f2f60f5ba29b84db1563dd9f3.tar.gz
opie-44a60b35b903b68f2f60f5ba29b84db1563dd9f3.tar.bz2
Removed some debug output
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/ipkg.cpp2
1 files changed, 0 insertions, 2 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 )
198 { 198 {
199 cout << "LineStr = " << lineStr << endl;
200 int start = lineStr.find( " " ) + 1; 199 int start = lineStr.find( " " ) + 1;
@@ -203,3 +202,2 @@ int Ipkg :: executeIpkgCommand( QString &cmd, const QString option )
203 dependantPackages->append( package ); 202 dependantPackages->append( package );
204 cout << "installing dependant package <" << *package << ">" << endl;
205 } 203 }