提交 eebb6e3e 编写于 作者: Z zhihaop

fix: remove dispatcherAcquire debug log

上级 bf615530
...@@ -497,7 +497,6 @@ SAsyncBatchWriteDispatcher* dispatcherAcquire(SDispatcherManager* manager) { ...@@ -497,7 +497,6 @@ SAsyncBatchWriteDispatcher* dispatcherAcquire(SDispatcherManager* manager) {
} }
SAsyncBatchWriteDispatcher* value = pthread_getspecific(manager->key); SAsyncBatchWriteDispatcher* value = pthread_getspecific(manager->key);
printf("acquire thread local");
if (value) { if (value) {
return value; return value;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册