rm debug fprintf
authorMichael Wallner <mike@php.net>
Thu, 9 Dec 2021 19:30:50 +0000 (20:30 +0100)
committerMichael Wallner <mike@php.net>
Thu, 9 Dec 2021 19:30:50 +0000 (20:30 +0100)
ion_private.h

index e409e0c74e697cacd8f3c8d9e156a79abde2eccb..c7abaeaa931b4388f3fa6d9d447379a40fc55e61 100644 (file)
@@ -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) \