no callers remain

This commit is contained in:
Jean-Paul Calderone 2019-02-26 14:26:45 -05:00
parent 7d8d74425c
commit 92449563d4

View File

@ -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")