Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Mar 18, 2024
1 parent 4971b28 commit 9d29413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const renderApp = () => {
if (ENV.NODE_ENV === "development") {
import("./mocks/browser").then((browserMocks) => {
if (browserMocks.config.enabled) {
console.log("Starting browser mocks");
browserMocks.worker.start();
}
renderApp();
Expand Down

0 comments on commit 9d29413

Please sign in to comment.