remove console.log's

This commit is contained in:
jstoparczyk
2025-06-24 18:00:26 +02:00
parent 4d210a719a
commit 8212686c64
2 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ script:post-response {
});
test("Sets cookie", function () {
console.log(1213)
res.headers["set-cookie"].some(str => str.includes("wakapi_auth="));
});
}

View File

@@ -43,8 +43,6 @@ script:pre-request {
const readApiKey = bru.getCollectionVar('READUSER_API_KEY')
const writeApiKey = bru.getCollectionVar('WRITEUSER_API_KEY')
console.log(readApiKey)
if (!readApiKey || !writeApiKey) {
throw new Error('no api key given')
}