summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svdrp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/svdrp.c b/svdrp.c
index 28813ccb..4e23f978 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection.
*
- * $Id: svdrp.c 4.4 2015/09/06 09:14:53 kls Exp $
+ * $Id: svdrp.c 4.5 2015/09/06 09:25:16 kls Exp $
*/
#include "svdrp.h"
@@ -2382,7 +2382,6 @@ bool cSVDRPServer::Process(void)
cmdLine[--numChars] = 0;
// make sure the string is terminated:
cmdLine[numChars] = 0;
- dbgsvdrp("< %s: %s\n", *connection, cmdLine);
// showtime!
Execute(cmdLine);
numChars = 0;