Nuke leftover debug junk
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Nov 2009 12:36:03 +0000 (14:36 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Nov 2009 12:36:03 +0000 (14:36 +0200)
python/header-py.c

index e6a84c9..c679592 100644 (file)
@@ -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)) {