summaryrefslogtreecommitdiff
path: root/type_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'type_decoder.c')
-rw-r--r--type_decoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/type_decoder.c b/type_decoder.c
index 06842f9..880dbad 100644
--- a/type_decoder.c
+++ b/type_decoder.c
@@ -398,8 +398,6 @@ static PyObject *Decoder_register(PyObject *self, PyObject *args,
}
}
- srd_dbg("Instance %s checking registration type %d for %s.",
- di->inst_id, output_type, proto_id);
pdo = NULL;
for (l = di->pd_output; l; l = l->next) {
cmp = l->data;