mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
no callers remain
This commit is contained in:
parent
7d8d74425c
commit
92449563d4
@ -1032,10 +1032,6 @@ class QueueMixin(HookMixin):
|
||||
value=self._client.stats_provider.counters[ctr],
|
||||
)
|
||||
|
||||
def _log(self, msg):
|
||||
s = "Magic Folder %s %s: %s" % (quote_output(self._client.nickname), self._name, msg)
|
||||
self._client.log(s)
|
||||
|
||||
# this isn't in interfaces.py because it's very specific to QueueMixin
|
||||
class IQueuedItem(Interface):
|
||||
relpath_u = Attribute("The path this item represents")
|
||||
|
Loading…
Reference in New Issue
Block a user