aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
Diffstat (limited to 'go')
-rw-r--r--go/glog/convenient_api.go10
1 files changed, 1 insertions, 9 deletions
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
-}