]> sigrok.org Git - libsigrokdecode.git/commitdiff
Decoder_register(): Drop an overly verbose log message.
authorUwe Hermann <redacted>
Fri, 20 Apr 2018 19:46:59 +0000 (21:46 +0200)
committerUwe Hermann <redacted>
Fri, 20 Apr 2018 19:46:59 +0000 (21:46 +0200)
type_decoder.c

index 06842f9e9069230a44b03fef24e8cc5838a341c3..880dbade0a7697d054308001b1e3a66b988d829c 100644 (file)
@@ -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;