From 248a1d53b1e189773eb56d49f10c1b78e140b48a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Dec 2021 20:30:50 +0100 Subject: [PATCH] rm debug fprintf --- ion_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ion_private.h b/ion_private.h index e409e0c..c7abaea 100644 --- a/ion_private.h +++ b/ion_private.h @@ -191,7 +191,6 @@ static zend_class_entry zend_object_std_init(&o->std, ce); \ object_properties_init(&o->std, ce); \ o->std.handlers = &oh_ ## cname; \ - fprintf(stderr, "create %s: %p\n", ce->name->val, o); \ return &o->std; \ } \ static inline void free_ion_ ## cname(zend_object *std) \ -- 2.30.2