diff options
Diffstat (limited to 'stdoutShow.go')
| -rw-r--r-- | stdoutShow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdoutShow.go b/stdoutShow.go index b8767ac..f74bf80 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -179,7 +179,7 @@ func (w *guiWidget) Write(p []byte) (n int, err error) { // lets the user page up and down through the stdout buffer func (tk *guiWidget) refreshStdout() { if len(me.stdout.outputS) < me.stdout.h+me.stdout.pager { - log.Info(fmt.Sprintf("buffer too small=%d len(%d)", me.stdout.pager, len(me.stdout.outputS))) + // log.Info(fmt.Sprintf("buffer too small=%d len(%d)", me.stdout.pager, len(me.stdout.outputS))) return } |
