Skip to content

Commit 161e847

Browse files
committed
chore(cli): remove console statements
1 parent 4556fc7 commit 161e847

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cli/bin/serve.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ function serve(config) {
3737
try {
3838
info(`serve: Serving your files …`);
3939
const pl = patternlab(config);
40-
console.log(pl);
4140
pl.server.serve({});
4241
} catch (err) {
43-
console.log(err);
4442
error(err);
4543
}
4644
}

0 commit comments

Comments
 (0)