Remove forgotten debug statement
authorIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:26:59 +0000 (21:26 +0100)
committerIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:26:59 +0000 (21:26 +0100)
Oops :)

acl.c

diff --git a/acl.c b/acl.c
index f96b67951553f0c05fef43a026051eb73a939d9b..1d74833aa6e44982a3052bac237e8af3880c2033 100644 (file)
--- 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