Update sql.go rm extra comments

This commit is contained in:
Elian
2025-07-30 11:19:24 -07:00
committed by GitHub
parent 14b4292cda
commit ae9f979d79
-1
View File
@@ -463,7 +463,6 @@ func execSingleQuery(
}
if rowIter != nil {
// Apply binary-as-hex formatting if enabled
err = engine.PrettyPrintResults(sqlCtx, format, sqlSch, rowIter, false, false, false, binaryAsHex)
if err != nil {
return errhand.VerboseErrorFromError(err)