From e247811db5e20eb769146c096a559bf4a05d8d56 Mon Sep 17 00:00:00 2001 From: buengese Date: Tue, 23 Jun 2020 13:16:23 +0200 Subject: [PATCH] jottacloud: remove debug Printf accidentally left in --- backend/jottacloud/jottacloud.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/jottacloud/jottacloud.go b/backend/jottacloud/jottacloud.go index 9bd7b783a..9c7958858 100644 --- a/backend/jottacloud/jottacloud.go +++ b/backend/jottacloud/jottacloud.go @@ -623,7 +623,6 @@ func (f *Fs) filePath(file string) string { // changes the case and then sends it on func grantTypeFilter(req *http.Request) { if v1tokenURL == req.URL.String() { - fmt.Printf("grantFilter\n") // read the entire body refreshBody, err := ioutil.ReadAll(req.Body) if err != nil {