projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41ae47
)
srd: Comment out debug line for now.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 24 Nov 2011 00:24:46 +0000
(
01:24
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 24 Nov 2011 00:24:46 +0000
(
01:24
+0100)
decode.c
patch
|
blob
|
history
diff --git
a/decode.c
b/decode.c
index 727134a4c45bfbd939429c52781866579cf04697..0dd1fda71ec45006ac1a6e95d8d62e99ee325dac 100644
(file)
--- 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("");