mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
Update sql.go rm extra comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user