mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
remove unused helper
This commit is contained in:
parent
5dd225de07
commit
c88b66fb05
@ -804,10 +804,6 @@ class QueueMixin(HookMixin):
|
||||
value=self._client.stats_provider.counters[ctr],
|
||||
)
|
||||
|
||||
def _logcb(self, res, msg):
|
||||
self._log("%s: %r" % (msg, res))
|
||||
return res
|
||||
|
||||
def _log(self, msg):
|
||||
s = "Magic Folder %s %s: %s" % (quote_output(self._client.nickname), self._name, msg)
|
||||
self._client.log(s)
|
||||
|
Loading…
Reference in New Issue
Block a user