Skip to content

Commit

Permalink
chore: 🤖 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 18, 2024
1 parent 94ff7f1 commit ce89829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/build-tester/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function runInApp(dirPath, caseName) {

p.stdout?.on("data", (d) => {
data += d.toString();
console.log(`data: `, data)
if (urlRegex.exec(data)) {
console.log(data)
runTest()
Expand Down

0 comments on commit ce89829

Please sign in to comment.