Skip to content

Commit

Permalink
Removed unecessary logging of loaded script
Browse files Browse the repository at this point in the history
  • Loading branch information
aidant19 committed Jan 11, 2024
1 parent e43a53f commit 88c1b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/bb-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ BBPlugin.register('bb-cli', {
const scriptPath = argv[scriptIndicator + 1];
console.log('Importing...', scriptPath);
const script = import(scriptPath);
console.log(script);
script
.then(async (module) => {
await new Promise((resolve) => setTimeout(resolve, 1000));
Expand Down

0 comments on commit 88c1b2c

Please sign in to comment.