remove logInfo in php-fastcommon/fastcommon.c

pull/37/head
YuQing 2018-11-10 20:36:50 +08:00
parent f6609c7612
commit 742206ea41
1 changed files with 0 additions and 1 deletions

View File

@ -593,7 +593,6 @@ ZEND_FUNCTION(fastcommon_id_generator_next)
php_idg_context = last_idg_context; php_idg_context = last_idg_context;
} }
logInfo("flags: %d", php_idg_context->flags);
if ((php_idg_context->flags & IDG_FLAGS_EXTRA_DATA_BY_MOD)) { if ((php_idg_context->flags & IDG_FLAGS_EXTRA_DATA_BY_MOD)) {
extra_ptr = NULL; extra_ptr = NULL;
} else { } else {