mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
remove debug echo
This commit is contained in:
parent
8980398e73
commit
2c916149d7
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ proc postGhApi(url: string, body: JsonNode) =
|
|||
"Authorization" : fmt"Bearer {ghToken}",
|
||||
"X-GitHub-Api-Version": "2022-11-28",
|
||||
})
|
||||
echo $body
|
||||
let response = client.post(url, body = $body)
|
||||
info fmt"Status: {response.status}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue