jottacloud: remove debug Printf accidentally left in

This commit is contained in:
buengese 2020-06-23 13:16:23 +02:00
parent 6768f999ed
commit e247811db5
1 changed files with 0 additions and 1 deletions

View File

@ -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 {