forked from TrueCloudLab/rclone
jottacloud: remove debug Printf accidentally left in
This commit is contained in:
parent
6768f999ed
commit
e247811db5
1 changed files with 0 additions and 1 deletions
|
@ -623,7 +623,6 @@ func (f *Fs) filePath(file string) string {
|
||||||
// changes the case and then sends it on
|
// changes the case and then sends it on
|
||||||
func grantTypeFilter(req *http.Request) {
|
func grantTypeFilter(req *http.Request) {
|
||||||
if v1tokenURL == req.URL.String() {
|
if v1tokenURL == req.URL.String() {
|
||||||
fmt.Printf("grantFilter\n")
|
|
||||||
// read the entire body
|
// read the entire body
|
||||||
refreshBody, err := ioutil.ReadAll(req.Body)
|
refreshBody, err := ioutil.ReadAll(req.Body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue