Merge pull request #21525 from taosdata/fix/TD-24093
fix: disable debug info
This commit is contained in:
commit
94d4de614a
|
@ -19,7 +19,7 @@
|
|||
#include "trpc.h"
|
||||
|
||||
extern SCatalogMgmt gCtgMgmt;
|
||||
SCtgDebug gCTGDebug = {.statEnable = true};
|
||||
SCtgDebug gCTGDebug = {0};
|
||||
|
||||
#if 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue