author | andyq <andyq> | 2002-10-16 18:53:28 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-16 18:53:28 (UTC) |
commit | 3cb6b6fab8d06b1be8f8c39560db9d3d88ce3921 (patch) (unidiff) | |
tree | 4136ae8184db883ad4193a0096123889ac6eef93 | |
parent | 9047650faad7e64e0a36553dfe04dc7ad084f095 (diff) | |
download | opie-3cb6b6fab8d06b1be8f8c39560db9d3d88ce3921.zip opie-3cb6b6fab8d06b1be8f8c39560db9d3d88ce3921.tar.gz opie-3cb6b6fab8d06b1be8f8c39560db9d3d88ce3921.tar.bz2 |
removed debug info
-rw-r--r-- | noncore/settings/aqpkg/datamgr.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/noncore/settings/aqpkg/datamgr.cpp b/noncore/settings/aqpkg/datamgr.cpp index b6e6e37..bb86766 100644 --- a/noncore/settings/aqpkg/datamgr.cpp +++ b/noncore/settings/aqpkg/datamgr.cpp | |||
@@ -85,9 +85,2 @@ void DataManager :: loadServers() | |||
85 | { | 85 | { |
86 | { | ||
87 | cout << "Before ipkg.conf read" << endl; | ||
88 | vector<Server>::iterator it; | ||
89 | for ( it = serverList.begin() ; it != serverList.end() ; ++it ) | ||
90 | cout << "servername - " << it->getServerName() << endl; | ||
91 | } | ||
92 | |||
93 | while ( fgets( line, sizeof line, fp) != NULL ) | 86 | while ( fgets( line, sizeof line, fp) != NULL ) |
@@ -106,4 +99,2 @@ void DataManager :: loadServers() | |||
106 | sscanf( lineStr, "%*[^r]%*[^ ] %s %s", alias, url ); | 99 | sscanf( lineStr, "%*[^r]%*[^ ] %s %s", alias, url ); |
107 | cout << "Adding alias " << alias << " to list" << endl; | ||
108 | cout << lineStr << endl; | ||
109 | Server s( alias, url ); | 100 | Server s( alias, url ); |
@@ -123,9 +114,2 @@ void DataManager :: loadServers() | |||
123 | } | 114 | } |
124 | { | ||
125 | cout << "After ipkg.conf read" << endl; | ||
126 | vector<Server>::iterator it; | ||
127 | for ( it = serverList.begin() ; it != serverList.end() ; ++it ) | ||
128 | cout << "servername - " << it->getServerName() << endl; | ||
129 | } | ||
130 | |||
131 | } | 115 | } |