More remove of progressbar2

This commit is contained in:
Fredrik81 2020-03-11 22:50:23 +01:00
parent 755763ec42
commit 40a413c524
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import sys
from logging import Formatter
from logging.handlers import RotatingFileHandler, SysLogHandler
from typing import Any, Dict, List
import progressbar
from freqtrade.exceptions import OperationalException
@ -37,8 +36,6 @@ def setup_logging(config: Dict[str, Any]) -> None:
# Log level
verbosity = config['verbosity']
progressbar.streams.wrap_stderr()
# Log to stderr
log_handlers: List[logging.Handler] = [logging.StreamHandler(sys.stderr)]