enh: code optimization for trow

This commit is contained in:
Cary Xu 2022-06-09 15:13:58 +08:00
parent 08a19b7b28
commit fb3b66413e
1 changed files with 0 additions and 3 deletions

View File

@ -274,9 +274,6 @@ int32_t debugPrintSColVal(SColVal *cv, int8_t type) {
case TSDB_DATA_TYPE_MEDIUMBLOB:
printf("MedBLOB ");
break;
// case TSDB_DATA_TYPE_BINARY:
// printf("BINARY ");
// break;
case TSDB_DATA_TYPE_MAX:
printf("UNDEF ");
break;