mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
remove a log line and a return
This commit is contained in:
@@ -183,7 +183,6 @@ class TestProcess:
|
|||||||
db_target_path = py.path.local(db_target_path)
|
db_target_path = py.path.local(db_target_path)
|
||||||
assert not db_target_path.exists()
|
assert not db_target_path.exists()
|
||||||
|
|
||||||
print("checking cache for", cache_addr)
|
|
||||||
try:
|
try:
|
||||||
filescache = self._addr2files[cache_addr]
|
filescache = self._addr2files[cache_addr]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
@@ -278,7 +277,6 @@ class ACSetup:
|
|||||||
assert account.is_configured()
|
assert account.is_configured()
|
||||||
self._account2state[account] = self.CONFIGURED
|
self._account2state[account] = self.CONFIGURED
|
||||||
self.log("added already configured account", account, account.get_config("addr"))
|
self.log("added already configured account", account, account.get_config("addr"))
|
||||||
return
|
|
||||||
|
|
||||||
def start_configure(self, account, reconfigure=False):
|
def start_configure(self, account, reconfigure=False):
|
||||||
""" add an account and start its configure process. """
|
""" add an account and start its configure process. """
|
||||||
|
|||||||
Reference in New Issue
Block a user