From 161526555ff77faf2c6af085619a591cf8436f58 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 13 Apr 2014 10:20:43 -0700 Subject: [PATCH] remove unused code additional functions for glog --- go/glog/convenient_api.go | 10 +--------- 1 file changed, 1 insertion(+), 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 -}