diff --git a/server/main.go b/server/main.go index 38ecc4d..b23c0a9 100644 --- a/server/main.go +++ b/server/main.go @@ -13,7 +13,6 @@ import ( "github.com/authorizerdev/authorizer/server/oauth" "github.com/authorizerdev/authorizer/server/refs" "github.com/authorizerdev/authorizer/server/routes" - "github.com/sirupsen/logrus" ) // VERSION is used to define the version of authorizer from build tags