Skip to content

Commit

Permalink
remove unnecessary console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 27, 2024
1 parent 81ee4c9 commit 85a0253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-cloudflare/e2e-tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe
test({ experimental }).skipIf(process.platform === "win32")(
"Using arrow keys + enter",
async ({ logStream, project }) => {
console.log(project);
const { output } = await runC3(
[project.path],
[
Expand Down

0 comments on commit 85a0253

Please sign in to comment.