projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e15e7
)
Nuke leftover debug junk
author
Panu Matilainen
<pmatilai@redhat.com>
Tue, 24 Nov 2009 12:36:03 +0000
(14:36 +0200)
committer
Panu Matilainen
<pmatilai@redhat.com>
Tue, 24 Nov 2009 12:36:03 +0000
(14:36 +0200)
python/header-py.c
patch
|
blob
|
history
diff --git
a/python/header-py.c
b/python/header-py.c
index
e6a84c9
..
c679592
100644
(file)
--- a/
python/header-py.c
+++ b/
python/header-py.c
@@
-481,7
+481,6
@@
static int validData(rpmTag tag, rpmTagType type, PyObject *value)
rpmTagReturnType retype = (type & RPM_MASK_RETURN_TYPE);
int valid = 1;
- printf("%s: tag %s retype %x\n", __func__, rpmTagGetName(tag), retype);
if (retype == RPM_SCALAR_RETURN_TYPE) {
valid = validItem(class, value);
} else if (retype == RPM_ARRAY_RETURN_TYPE && PyList_Check(value)) {