Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 23, 2023
1 parent fe11c31 commit a062659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pwa/src/hooks/useEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ export const useEnvironment = () => {
const initiateFromJSON = (themeOrDomainName: string) => {
const config = getConfig(themeOrDomainName);

console.log(config);

if (!config) return; // no config found, nothing else to do

window.sessionStorage.setItem("SHOW_THEME_SWITCHER", config.GATSBY_SHOW_THEME_SWITCHER ?? "");
Expand Down

0 comments on commit a062659

Please sign in to comment.