Skip to content

Commit

Permalink
fix: remove unused console.log in fiddle get
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkli committed Feb 4, 2025
1 parent cc118cb commit 66655fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ export function writeHttpTestFile(path, httpTests, meta) {
}

for (const test of httpTests) {
console.log(test);

file.writeLn('###');
if (test.meta) {
file.writeLn('---');
Expand Down

0 comments on commit 66655fd

Please sign in to comment.