Skip to content

Commit 71b930a

Browse files
authored
Remove messy log (#782)
Fix #781
1 parent 3500246 commit 71b930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func (cw *logChanWriter) Write(p []byte) (n int, err error) {
353353
if err := cw.wr.Write(cw.prev); err != nil {
354354
return len(cw.prev), err
355355
}
356-
log.Debugf("Train script output: %s", cw.prev)
356+
357357
cw.prev = ""
358358
}
359359
return n, nil

0 commit comments

Comments
 (0)