Skip to content

Commit a0b7c94

Browse files
committed
Fixed warning
1 parent e35c948 commit a0b7c94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tree.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ int PyXmlSec_TreeModule_Init(PyObject* package) {
232232

233233
if (!tree) goto ON_FAIL;
234234

235-
PYXMLSEC_DEBUGF("%", tree);
236235
if (PyModule_AddObject(package, "tree", tree) < 0) goto ON_FAIL;
237236

238237
return 0;

0 commit comments

Comments
 (0)