Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 2, 2024
1 parent 941fbdd commit 03b0b5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/appscript/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ describe('api', () => {
}

try {
console.log(`requesting ${testUrl} with ${body}`);
const response = await axios.post(testUrl, body);
console.log('response: ' + typeof(response.data));
console.log(JSON.stringify(response.data));
if (Array.isArray(response.data) && response.data[0] === 1) {
return;
}
Expand Down

0 comments on commit 03b0b5b

Please sign in to comment.