From: Michael Wallner Date: Thu, 9 Dec 2021 19:30:50 +0000 (+0100) Subject: rm debug fprintf X-Git-Tag: v0.1.0~92 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=248a1d53b1e189773eb56d49f10c1b78e140b48a;p=awesomized%2Fext-ion rm debug fprintf --- 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) \