fix: query have error get time is last successful

This commit is contained in:
Alex Duan 2023-08-23 16:49:37 +08:00
parent 2aa47dd191
commit 6877e33c87
1 changed files with 0 additions and 2 deletions

View File

@ -373,8 +373,6 @@ void shellRunSingleCommandWebsocketImp(char *command) {
} else {
printf("Query interrupted, %d row(s) in set (%.6fs)\n", numOfRows,
(et - st)/1E6);
printf("Execute: %.2f ms Network: %.2f ms Total: %.2f ms\n",
execute_time, net_time, total_time);
}
}
printf("\n");