mirror of
https://github.com/samsonjs/imapbackup.git
synced 2026-04-27 14:57:44 +00:00
Removed unused code that shouldn't have been committed.
This commit is contained in:
parent
5dd43729ab
commit
1634e51382
1 changed files with 0 additions and 12 deletions
|
|
@ -124,18 +124,6 @@ def string_from_file(value):
|
||||||
return content.read().strip()
|
return content.read().strip()
|
||||||
|
|
||||||
|
|
||||||
class Narrator:
|
|
||||||
"""Globally-switchable narrator to replace print statements"""
|
|
||||||
def __init__(self, is_on):
|
|
||||||
self.is_on = is_on
|
|
||||||
|
|
||||||
def __call__(self, *args):
|
|
||||||
if self.is_on:
|
|
||||||
for arg in args:
|
|
||||||
print arg,
|
|
||||||
print
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def download_messages(server, filename, messages, config):
|
def download_messages(server, filename, messages, config):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue