sanbo110 commited on
Commit
e8248e3
·
verified ·
1 Parent(s): 41ab20e

Update main.go

Browse files
Files changed (1) hide show
  1. main.go +1 -1
main.go CHANGED
@@ -383,7 +383,7 @@ func requestToken() (string, error) {
383
  }
384
 
385
  // 成功获取到 token
386
- log.Printf("requestToken: 成功获取到 token: %s", token)
387
  return token, nil
388
  }
389
 
 
383
  }
384
 
385
  // 成功获取到 token
386
+ //log.Printf("requestToken: 成功获取到 token: %s", token)
387
  return token, nil
388
  }
389