🐛 Forgot console log

This commit is contained in:
Maxime Lalo 2023-10-02 16:03:28 +02:00
parent 040906173e
commit 1fa331e329

View File

@ -75,8 +75,6 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
// TODO: Message if the user has not created any folder yet
// TODO: get the selected folder from the api in componentDidMount
public override render(): JSX.Element {
console.log("Loading : ", this.props.isLoading);
console.log("Anchor status : ", this.props.isAnchored);
const redirectPathEditCollaborators = Module.getInstance()
.get()
.modules.pages.Folder.pages.EditCollaborators.props.path.replace("[folderUid]", this.props.selectedFolderUid);