From 4be5b85eed190fd0a57b0c23ae706ec37ed1dfe5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 24 Nov 2011 01:24:46 +0100 Subject: [PATCH] srd: Comment out debug line for now. --- decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.c b/decode.c index 727134a..0dd1fda 100644 --- a/decode.c +++ b/decode.c @@ -60,7 +60,7 @@ static PyObject *emb_put(PyObject *self, PyObject *args) if (!PyArg_ParseTuple(args, "O:put", &arg)) return NULL; - fprintf(stdout, "sigrok.put() called by decoder:\n"); + // fprintf(stdout, "sigrok.put() called by decoder:\n"); PyObject_Print(arg, stdout, Py_PRINT_RAW); puts(""); -- 2.30.2