diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/server.go b/auth/server.go index 02b9382..0f2496e 100644 --- a/auth/server.go +++ b/auth/server.go @@ -24,7 +24,6 @@ import ( "encoding/json" "os" "fmt" - // "io/ioutil" ) func listen(clientId, verifier string) { |