Skip to content

Commit c8c5874

Browse files
committed
Remove setting from dev.py
1 parent 4ab95e5 commit c8c5874

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/settings/dev.py

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def DATABASES(self): # noqa
4848
'test:8000',
4949
)
5050

51-
SILENCED_SYSTEM_CHECKS = ['fields.W342', 'guardian.W001']
52-
5351
@property
5452
def LOGGING(self): # noqa - avoid pep8 N802
5553
logging = super(CommunityDevSettings, self).LOGGING

0 commit comments

Comments
 (0)