Skip to content

Commit

Permalink
Removed logging config in word2vec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolgulati committed Nov 11, 2016
1 parent 6c60c1d commit ca9c5d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gensim/models/word2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
from types import GeneratorType

logger = logging.getLogger(__name__)
logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message)s')

try:
from gensim.models.word2vec_inner import train_batch_sg, train_batch_cbow
Expand Down

0 comments on commit ca9c5d5

Please sign in to comment.