Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
frimpongopoku committed Dec 5, 2024
1 parent d4029f2 commit d1d7806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/ui/communityAdminMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ const hasAlreadyBeenAppended = (mainArray, bigObjArray) => {

// TODO: Rewrite this so that it is more readable, and it also handles the case where the item to be appended to is a child item (make it recurse?)
const communityAdminMenu = ({ flags }) => {
console.log("LET SEE FLAGS", flags);
if (!flags || flags?.length === 0) return CADMIN_MENU;

flags.forEach((flag) => {
Expand Down

0 comments on commit d1d7806

Please sign in to comment.