Skip to content

Commit ab0cc09

Browse files
authored
Update authelia.py
1 parent 1faa5c5 commit ab0cc09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygeoapi_auth/auth/authelia.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
class AutheliaAuthProvider(AuthProvider):
3939
def get_resources(self):
40-
print(self.config)
4140
return [item for sublist in self.config['access_control']['rules']
4241
for item in sublist['resources']]
4342

0 commit comments

Comments
 (0)