Skip to content

Commit

Permalink
✨ silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 16, 2024
1 parent 2ca9cd2 commit eb4243c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createRoot } from "react-dom/client";
import { App } from "./components/App/App";
import { useStore } from "./store/store";

console.log("version", process.env.APP_VERSION);
console.debug("version", process.env.APP_VERSION);

const handler = (ready: boolean) => {
if (ready) {
Expand Down
2 changes: 0 additions & 2 deletions packages/location-index/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { getLocationsByKey as getLocationsByKey_ } from "./search/getLocationsBy
import { createSearch } from "./search/search";
import { createRpcServer } from "./rpc";

console.log("----- worker loaded");

const getLocationByTimezoneAndCountryCode = async (
timezone: string,
countryCode: string
Expand Down

1 comment on commit eb4243c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.