aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/socketchan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/socketchan.cc')
-rw-r--r--ncpd/socketchan.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ncpd/socketchan.cc b/ncpd/socketchan.cc
index fe2b683..407464a 100644
--- a/ncpd/socketchan.cc
+++ b/ncpd/socketchan.cc
@@ -113,7 +113,6 @@ ncpCommand(bufferStore & a)
ok = true;
} else if (!strncmp(str, "GSPD", 4)) {
// Get Speed of serial device
- cerr << "socketChan:: GETSPEED" << endl;
a.init();
a.addByte(rfsv::E_PSI_GEN_NONE);
a.addDWord(ncpGetSpeed());