diff --git a/providertests/exercise.go b/providertests/exercise.go index cfe0aa7..dbf004a 100644 --- a/providertests/exercise.go +++ b/providertests/exercise.go @@ -10,7 +10,6 @@ import ( ) func ExerciseProviderTestScenarios(t *testing.T, scenarios []ProviderTestScenario) { - println("TESTING") for _, scenario := range scenarios { t.Run(scenario.ScenarioName, func(t *testing.T) { _, err := saml2.DecodeUnverifiedBaseResponse(scenario.Response)