remove logging. basicConfig from library code

This commit is contained in:
thomwolf
2018-12-14 14:46:25 +01:00
parent ae88eb88a4
commit 4a4b0e5783
2 changed files with 0 additions and 6 deletions

View File

@@ -25,9 +25,6 @@ import logging
from .file_utils import cached_path
logging.basicConfig(format = '%(asctime)s - %(levelname)s - %(name)s - %(message)s',
datefmt = '%m/%d/%Y %H:%M:%S',
level = logging.INFO)
logger = logging.getLogger(__name__)
PRETRAINED_VOCAB_ARCHIVE_MAP = {