diff --git a/go/glog/convenient_api.go b/go/glog/convenient_api.go index db7ad7963..3c378083f 100644 --- a/go/glog/convenient_api.go +++ b/go/glog/convenient_api.go @@ -4,13 +4,5 @@ import () /* Copying the original glog because it is missing several convenient methods. -1. use ToStderrAndLog() in the weed.go -2. remove nano time in log format +1. remove nano time in log format */ - -func ToStderr() { - logging.toStderr = true -} -func ToStderrAndLog() { - logging.alsoToStderr = true -}