Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Feb 1, 2024
1 parent b7b1486 commit 9b81e7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/builddao/widget/components/buttons/UserDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ function LogOut() {
);
}

console.log("props", props);

return (
<StyledDropdown className="dropdown">
<button
Expand Down
1 change: 0 additions & 1 deletion apps/builddao/widget/config/project-routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ return {
icon: "bi-file-earmark-text",
label: "Propose",
onClick: (modalToggles) => {
console.log(modalToggles);
const toggle = modalToggles.propose;
toggle();
},
Expand Down

0 comments on commit 9b81e7d

Please sign in to comment.