Remove color strings from session logs.
This commit is contained in:
parent
bb7d438e0d
commit
6278cc43f7
3 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue