Skip to content

Commit

Permalink
Кemove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Feb 9, 2024
1 parent 5a875b9 commit faf8973
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/workspace/WorkspaceNewRoomPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ function WorkspaceNewRoomPage(props) {
const wasLoading = usePrevious(props.formState.isLoading);
const visibilityDescription = useMemo(() => translate(`newRoomPage.${visibility}Description`), [translate, visibility]);

console.log(
PolicyUtils.getActivePolicies(props.policies),
_.filter(PolicyUtils.getActivePolicies(props.policies), (policy) => policy.type !== CONST.POLICY.TYPE.PERSONAL),
);

const workspaceOptions = useMemo(
() =>
_.map(
Expand Down

0 comments on commit faf8973

Please sign in to comment.