Skip to content

Commit 19d79be

Browse files
committed
Remove console.log call
1 parent 88e79c4 commit 19d79be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli-v3/e2e/compile.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export async function compile(options: CompileOptions) {
6767

6868
const e2eJsProject = new E2EJavascriptProject(config.projectDir, packageManager);
6969
const directDependenciesMeta = await e2eJsProject.extractDirectDependenciesMeta();
70-
console.log("DIRECT DEPS", directDependenciesMeta);
7170

7271
const result = await build({
7372
stdin: {

0 commit comments

Comments
 (0)