*: clean up

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-01-19 05:47:48 +00:00
parent 7c975e37a9
commit e9bfed4cf2
2 changed files with 0 additions and 23 deletions

View file

@ -13,8 +13,6 @@ import (
"github.com/docker/docker/pkg/term"
)
var logFile *os.File
func writeMessage(f *os.File, level string, err error) {
fmt.Fprintf(f, `{"level": "%s","msg": "%s"}`, level, err)
f.Sync()