projects
/
awesomized
/
ext-ion
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
88106c9
)
rm debug fprintf
author
Michael Wallner
<mike@php.net>
Thu, 9 Dec 2021 19:30:50 +0000
(20:30 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 9 Dec 2021 19:30:50 +0000
(20:30 +0100)
ion_private.h
patch
|
blob
|
history
diff --git
a/ion_private.h
b/ion_private.h
index e409e0c74e697cacd8f3c8d9e156a79abde2eccb..c7abaeaa931b4388f3fa6d9d447379a40fc55e61 100644
(file)
--- 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) \