From 498fbcab97b2c8edc6baa97c7995e1f8d25b4573 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Mar 2025 11:01:59 -0600 Subject: Remove code comments --- bin/e2e | 1 - bin/idp | 1 - bin/ui | 1 - 3 files changed, 3 deletions(-) diff --git a/bin/e2e b/bin/e2e index f4824ec5..fc7ca5b1 100755 --- a/bin/e2e +++ b/bin/e2e @@ -21,4 +21,3 @@ $BROWSER http://ui.example.com:8080/oidc/new curl http://api.example.com:8080/projects.json curl -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2YmYxZTlmMy02OGIwLTQ4NmYtOGVlZi0wODFmZTg2YjJlODMiLCJpYXQiOjE3NDEyOTAzMzJ9.e30=' -XPOST http://api.example.com:8080/projects --data '{"name": "gitlab"}' curl http://api.example.com:8080/projects.json - diff --git a/bin/idp b/bin/idp index 7229be67..e9255124 100755 --- a/bin/idp +++ b/bin/idp @@ -125,7 +125,6 @@ module Authx end def resource_from(global_id) - # TODO:: Parse global id and convert to class GlobalID::Locator.locate(global_id) end diff --git a/bin/ui b/bin/ui index 135f8d88..5e596def 100755 --- a/bin/ui +++ b/bin/ui @@ -65,7 +65,6 @@ class UI when "/saml/new" return saml_post_to_idp(Rack::Request.new(env)) else - # return saml_post_to_idp(Rack::Request.new(env)) return redirect_to("/saml/new") end when 'POST' -- cgit v1.2.3