Skip to content

Commit c2c77cd

Browse files
committed
Remove test logging
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent 7a8702e commit c2c77cd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • a2a/slack_researcher/slack_researcher

a2a/slack_researcher/slack_researcher/config.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,4 @@ def validate_extra_headers(self) -> "Settings":
112112

113113
return self
114114

115-
settings = Settings() # type: ignore[call-arg]
116-
117-
client_id = get_client_id()
118-
logging.info(f"Extracted CLIENT_ID from SVID JWT: {client_id}")
119-
print(f"Extracted CLIENT_ID from SVID JWT: {client_id}")
120-
raise Exception("Extracted CLIENT_ID from SVID JWT: " + str(client_id))
115+
settings = Settings() # type: ignore[call-arg]

0 commit comments

Comments
 (0)