Skip to content

Commit 39c5d28

Browse files
committed
Removed log lines
1 parent 679cc05 commit 39c5d28

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/Constants.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,8 @@ function getRegistry() {
5858
function setCwd(cwd) {
5959
if (!cwd) return;
6060

61-
console.log('setting cwd to', cwd);
62-
6361
this.cwd = cwd;
6462

6563
this.DefaultProjectManifestPath = path.join(this.cwd, this.DefaultProjectManifestPath);
6664
this.DefaultProjectFrameworkPath = path.join(this.cwd, this.DefaultProjectFrameworkPath);
67-
68-
console.log(this.DefaultProjectManifestPath);
69-
console.log(this.DefaultProjectFrameworkPath);
7065
}

0 commit comments

Comments
 (0)