aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-06-16 11:13:52 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-06-16 11:13:52 -0400
commita217c9261990cb751119ae68e7dcc7e32f48e529 (patch)
tree2c66a9d90ced468b9bbd23d047afc6f91bf60d79 /src/client/views/PropertiesView.tsx
parenta366394a1db42628b7299947e6c1be2845c9a77d (diff)
cleaner w/ effectiveAcls
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index 4674bc0f4..8648d84c2 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -499,7 +499,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
const groupKey = 'acl-' + normalizeEmail(StrCast(group.title));
if (Doc.ActiveDashboard[groupKey] != '' && Doc.ActiveDashboard[groupKey] != undefined) {
const permission = StrCast(target[groupKey]);
- console.log(permission)
tableEntries.unshift(this.sharingItem(StrCast(group.title), showAdmin, permission, false));
}
}