fix: disable debug info
This commit is contained in:
parent
3a2831a3f4
commit
c1ffc64e2d
|
@ -19,7 +19,7 @@
|
|||
#include "trpc.h"
|
||||
|
||||
extern SCatalogMgmt gCtgMgmt;
|
||||
SCtgDebug gCTGDebug = {.statEnable = true};
|
||||
SCtgDebug gCTGDebug = {0};
|
||||
|
||||
#if 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue