Skip to content

Commit

Permalink
[ARGG-777]: Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sannikov committed Nov 6, 2023
1 parent 71c1730 commit 85fc003
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ process.env.NODE_ENV = 'development';
// ignoring them. In the future, promise rejections that are not handled will
// terminate the Node.js process with a non-zero exit code.
process.on('unhandledRejection', err => {
console.error(err);
throw err;
});

Expand Down Expand Up @@ -173,7 +172,6 @@ checkBrowsers(paths.appPath, isInteractive)
}
})
.catch(err => {
console.log(err);
if (err && err.message) {
console.log(err.message);
}
Expand Down

0 comments on commit 85fc003

Please sign in to comment.