summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/demux_xvdr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xine/demux_xvdr.c b/xine/demux_xvdr.c
index 32947039..5378285f 100644
--- a/xine/demux_xvdr.c
+++ b/xine/demux_xvdr.c
@@ -1115,8 +1115,6 @@ static demux_plugin_t *demux_xvdr_open_plugin (demux_class_t *class_gen,
demux_xvdr_t *this;
const char *mrl = input->get_mrl(input);
- LOGMSG("demux open");
-
if (strncmp(mrl, MRL_ID ":/", MRL_ID_LEN + 2 ) &&
strncmp(mrl, MRL_ID "+pipe://", MRL_ID_LEN + 8) &&
strncmp(mrl, MRL_ID "+tcp://", MRL_ID_LEN + 7) &&