Skip to content

Commit e239f66

Browse files
committed
rm logs
1 parent f42e440 commit e239f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/populate-keys/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def snake_to_camel(s: str) -> str:
3535

3636
for d in data:
3737
d = {snake_to_camel(k): v for k, v in d.items()}
38-
print(d)
3938
result = requests.post("http://localhost:8585/v1/api-keys/provider-key",
4039
json=d,
4140
headers={

0 commit comments

Comments
 (0)