Remove color strings from session logs.

This commit is contained in:
kenkeiras 2017-10-01 20:37:51 +02:00
parent bb7d438e0d
commit 6278cc43f7
3 changed files with 7 additions and 7 deletions

View file

@ -98,7 +98,6 @@ def integrate_language(knowledge_base, example):
for position, atom in lower_levels:
with session().log(atom):
session().annotate("\x1b[1mSelecting\x1b[0m: {}".format(atom))
similar = get_similar_tree(knowledge_base, atom, tokens)
remix, (start_bounds, end_bounds) = build_remix_matrix(knowledge_base, tokens, atom, similar)