forked from TrueCloudLab/frostfs-s3-gw
Remove accidental print
This commit is contained in:
parent
c939abaf5e
commit
0a3187aa0e
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ import (
|
|||
"crypto/ecdsa"
|
||||
"crypto/rsa"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"regexp"
|
||||
|
@ -151,7 +150,6 @@ func (center *Center) AuthenticationPassed(request *http.Request) (*service.Bear
|
|||
return nil, errors.Wrap(err, "failed to pass authentication procedure")
|
||||
}
|
||||
*/
|
||||
fmt.Println(bearerToken)
|
||||
return bearerToken, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue