fix: disable debug info

This commit is contained in:
dapan1121 2023-05-30 09:54:30 +08:00
parent 3a2831a3f4
commit c1ffc64e2d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "trpc.h" #include "trpc.h"
extern SCatalogMgmt gCtgMgmt; extern SCatalogMgmt gCtgMgmt;
SCtgDebug gCTGDebug = {.statEnable = true}; SCtgDebug gCTGDebug = {0};
#if 0 #if 0