Index: trunk/BNC/src/bnccaster.cpp
===================================================================
--- trunk/BNC/src/bnccaster.cpp	(revision 5648)
+++ trunk/BNC/src/bnccaster.cpp	(revision 5649)
@@ -130,5 +130,5 @@
 #endif
 
-  // Miscellaneous output port  // Georg
+  // Miscellaneous output port
   // -------------------------
   _miscMount = settings.value("miscMount").toString();
@@ -601,5 +601,5 @@
 }
 
-// Output into the Miscellaneous socket // Georg
+// Output into the Miscellaneous socket
 ////////////////////////////////////////////////////////////////////////////
 void bncCaster::slotNewRawData(QByteArray staID, QByteArray data) {
@@ -610,8 +610,4 @@
       if (sock->state() == QAbstractSocket::ConnectedState) {
         sock->write(data);
-//        if (myMiscWrite(sock, data, nBytes) != nBytes) {
-//          delete sock;
-//          is.remove();
-//        }       
       }       
       else if (sock->state() != QAbstractSocket::ConnectingState) {
@@ -623,5 +619,5 @@
 }
 
-// New Connection // Georg
+// New Connection
 ////////////////////////////////////////////////////////////////////////////
 void bncCaster::slotNewMiscConnection() {
