Remove stale getter
This commit is contained in:
parent
1b0a125cf3
commit
a7413d7b4a
@ -116,10 +116,6 @@ class PersistentCookiePolicy(DefaultProfileSetter):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__('setPersistentCookiesPolicy')
|
super().__init__('setPersistentCookiesPolicy')
|
||||||
|
|
||||||
def get(self, settings=None):
|
|
||||||
utils.unused(settings)
|
|
||||||
return config.get('content', 'cookies-store')
|
|
||||||
|
|
||||||
def _set(self, value, settings=None):
|
def _set(self, value, settings=None):
|
||||||
if settings is not None:
|
if settings is not None:
|
||||||
raise ValueError("'settings' may not be set with "
|
raise ValueError("'settings' may not be set with "
|
||||||
|
Loading…
Reference in New Issue
Block a user