Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek committed Nov 21, 2024
1 parent 19d36ba commit acb2ae4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ export const QuestionnairesModal = ({
return () => clearInterval(intervalId);
}, [state.reShowableQuestionnaires, entityModel, runDisplayInterval]);

console.log("questionnarremodal", state);

return (
<>
{state.show && entityId && !!questionnaires.length && !loading && (
Expand Down

0 comments on commit acb2ae4

Please sign in to comment.