diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-06 09:25:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-06 09:25:16 +0200 |
commit | aa40223ff2c0dc159cef937af99b33c3d2ee222a (patch) | |
tree | fd816d615f85ea5fdb5e84ed3b034049f6f6c241 | |
parent | 04edd69b7afa291a54ffe70db146b068c22d2096 (diff) | |
download | vdr-aa40223ff2c0dc159cef937af99b33c3d2ee222a.tar.gz vdr-aa40223ff2c0dc159cef937af99b33c3d2ee222a.tar.bz2 |
Removed extra debug output
-rw-r--r-- | svdrp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |