Client:InvitePanel: remove console log

This commit is contained in:
Timofey Boyko 2024-09-02 09:28:53 +03:00
parent 789ee53734
commit 92268c90fb

View File

@ -198,8 +198,6 @@ const Item = ({
const saveEdit = async (e) => {
if (searchRequestRunning) return;
console.log(isSharedUser);
if (isSharedUser) {
return toastr.warning(t("UsersAlreadyAdded"));
}