From dd66193bfbc36bb43bace01e2f88fe52f983c838 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 15 Jul 2013 16:44:24 -0700 Subject: [PATCH] remove logging --- go/operation/upload_content.go | 1 - go/weed/version.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/go/operation/upload_content.go b/go/operation/upload_content.go index 2d6a249f2..e606ef7e3 100644 --- a/go/operation/upload_content.go +++ b/go/operation/upload_content.go @@ -27,7 +27,6 @@ func Upload(uploadUrl string, filename string, reader io.Reader, isGzipped bool) h := make(textproto.MIMEHeader) h.Set("Content-Disposition", fmt.Sprintf(`form-data; name="file"; filename="%s"`, filename)) h.Set("Content-Type", mime.TypeByExtension(strings.ToLower(filepath.Ext(filename)))) - println("content is gzipped", isGzipped) if isGzipped { h.Set("Content-Encoding", "gzip") } diff --git a/go/weed/version.go b/go/weed/version.go index 20d5abe90..cca9d0dda 100644 --- a/go/weed/version.go +++ b/go/weed/version.go @@ -6,7 +6,7 @@ import ( ) const ( - VERSION = "0.35 beta" + VERSION = "0.35" ) var cmdVersion = &Command{