Skip to content

Commit

Permalink
Remove HEY!
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 11, 2023
1 parent 8d3ed90 commit b1f6faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/visual-diff-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ async function tryMoveFile(srcFileName, destFileName) {
await rename(srcFileName, destFileName);
return true;
} catch (e) {
console.log('HEY!');
console.warn(e);
return false;
}
Expand Down

0 comments on commit b1f6faf

Please sign in to comment.