diff -r 9f3e6ed06b3e -r a689375bbfee QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sun May 24 13:04:48 2009 +0000
+++ b/QTfrontend/hwform.cpp	Sun May 24 13:47:07 2009 +0000
@@ -683,7 +683,7 @@
 
 void HWForm::NetDisconnect()
 {
-	qDebug("NetDisconnect");
+	//qDebug("NetDisconnect");
 	if(hwnet) {
 		hwnet->Disconnect();
 		delete hwnet;