diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-09 12:25:46 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-09 12:25:46 +0530 |
commit | 12285b8c0aff514a2345874508c35b6de1026ef4 (patch) | |
tree | af42356d2984f5236b2e9f7480c656677d6402da /src/client/util/SharingManager.tsx | |
parent | 5e9a710d046150aaea6d8d50e1ecc271f44ca50b (diff) |
acls now work I think + some cleanup
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r-- | src/client/util/SharingManager.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx index bec6b973b..d64302456 100644 --- a/src/client/util/SharingManager.tsx +++ b/src/client/util/SharingManager.tsx @@ -359,8 +359,6 @@ export default class SharingManager extends React.Component<{}> { share = () => { this.selectedUsers?.forEach(user => { if (user.value.includes(indType)) { - console.log(user); - console.log(this.users.find(u => u.user.email === user.label)); this.setInternalSharing(this.users.find(u => u.user.email === user.label)!, this.permissions); } else { |