Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rando-cal committed Apr 2, 2024
1 parent 11eb540 commit 30e0b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/front/src/pages/Admin/survey/SurveyProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SurveyProfile = () => {
() => (surveyData?.id ? `Survey ID: ${surveyData.id}` : "Loading..."),
[surveyData]
);
console.log(surveyQuestions);

return (
<Container>
<Typography variant="h5" mt={2}>
Expand Down

0 comments on commit 30e0b47

Please sign in to comment.