Skip to content

Commit 319e07b

Browse files
committed
cleanup
1 parent 2cb5ea6 commit 319e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/langtrace_python_sdk/langtrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def get_project(config: LangtraceConfig):
221221
import requests
222222

223223
try:
224-
print(config.api_key)
224+
225225
response = requests.get(
226226
f"{LANGTRACE_REMOTE_URL}/api/project",
227227
headers={"x-api-key": config.api_key},

0 commit comments

Comments
 (0)