remove debug echo

This commit is contained in:
Daylin Morgan 2024-09-04 10:19:27 -05:00
parent 8980398e73
commit 2c916149d7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -19,7 +19,6 @@ proc postGhApi(url: string, body: JsonNode) =
"Authorization" : fmt"Bearer {ghToken}", "Authorization" : fmt"Bearer {ghToken}",
"X-GitHub-Api-Version": "2022-11-28", "X-GitHub-Api-Version": "2022-11-28",
}) })
echo $body
let response = client.post(url, body = $body) let response = client.post(url, body = $body)
info fmt"Status: {response.status}" info fmt"Status: {response.status}"