Skip to content

Commit

Permalink
fix: remove debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Mar 19, 2021
1 parent ca9a082 commit c2f0e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if (options.glowVersion !== desiredGlowVersion) {
try {
const stopwatch = Stopwatch.start();
await updateGlow(version);
console.log(convert);

const duration = convert(stopwatch.end()).from('ms').to('s').toFixed(2);

Expand Down

0 comments on commit c2f0e9e

Please sign in to comment.