Skip to content

Commit

Permalink
Fjerne console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Nov 1, 2023
1 parent 3ebf2cb commit 8f4aeb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/session-modal/SessjonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function SessjonModal(props: IProps) {
const [laster, setLaster] = useState(false);

useEffect(() => {
console.log(getEnv("USE_MSW"));
if (!utlopesOm || getEnv("USE_MSW") === "true") return;

if (utlopesOm === 1) {
Expand Down

0 comments on commit 8f4aeb2

Please sign in to comment.