From 4f7e4902b70101ee7a245ed26730fe8aeee65480 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 11 Dec 2019 21:26:59 +0100 Subject: [PATCH] Remove forgotten debug statement Oops :) --- acl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/acl.c b/acl.c index f96b679..1d74833 100644 --- a/acl.c +++ b/acl.c @@ -177,7 +177,6 @@ static int ACL_init(PyObject* obj, PyObject* args, PyObject *keywds) { return -1; if(file != NULL) { - fprintf(stderr, "foobar!\n"); char *path = PyBytes_AS_STRING(file); new = acl_get_file(path, ACL_TYPE_ACCESS); // Set custom exception on this failure path which includes -- 2.39.2