Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikek committed Apr 2, 2020
1 parent 701bfff commit 4e747b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,3 @@ process.on('unhandledRejection', rejection => {
});

main(process.argv);
// process.chdir('../../plugins/welcome');
// console.log(`DEBUG: ${process.cwd()}`);
// main([process.argv[0], process.argv[1], 'plugin:build']);

0 comments on commit 4e747b0

Please sign in to comment.