cli.py: remove log

master
pictuga 2020-08-23 14:24:57 +02:00
parent 97ccc15db0
commit 0acfce5a22
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import argparse
from . import crawler
from .morss import FeedFetch, FeedGather, FeedFormat
from .morss import Options
from .morss import log
def cli_app():
@ -56,5 +55,3 @@ def cli_app():
if not options.silent:
print(out)
log('done')