Commit 3fefcfa
committed
Fix for #1301 of duplicate default permission requests
1. logging to the root logger isn't correct
2. the log line calls fetch_call() which makes a server request
3. retuns the results of fetch_call() which is never used anywhere
Removing these lines from _set_default_permissions makes it more
functionally equivalent to the above _set_permissions1 parent d92022e commit 3fefcfa
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | 166 | | |
170 | 167 | | |
171 | 168 | | |
| |||
0 commit comments