-rw-r--r-- | noncore/settings/aqpkg/networkpkgmgr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.cpp b/noncore/settings/aqpkg/networkpkgmgr.cpp index cf94628..e8e2982 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.cpp +++ b/noncore/settings/aqpkg/networkpkgmgr.cpp @@ -96,5 +96,6 @@ void NetworkPackageManager :: updateData() { - cout << "Adding " << it->getServerName() << " to combobox" << endl; +// cout << "Adding " << it->getServerName() << " to combobox" << endl; if ( !it->isServerActive() ) { + cout << it->getServerName() << " is not active" << endl; i--; |