cli.py: remove log
This commit is contained in:
		@@ -5,7 +5,6 @@ import argparse
 | 
				
			|||||||
from . import crawler
 | 
					from . import crawler
 | 
				
			||||||
from .morss import FeedFetch, FeedGather, FeedFormat
 | 
					from .morss import FeedFetch, FeedGather, FeedFormat
 | 
				
			||||||
from .morss import Options
 | 
					from .morss import Options
 | 
				
			||||||
from .morss import log
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def cli_app():
 | 
					def cli_app():
 | 
				
			||||||
@@ -56,5 +55,3 @@ def cli_app():
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if not options.silent:
 | 
					    if not options.silent:
 | 
				
			||||||
        print(out)
 | 
					        print(out)
 | 
				
			||||||
 | 
					 | 
				
			||||||
    log('done')
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user