diff --git a/src/AplicaRegras.py b/src/AplicaRegras.py index 09340ae..33ef66a 100644 --- a/src/AplicaRegras.py +++ b/src/AplicaRegras.py @@ -279,7 +279,7 @@ class AplicaRegras(object): elif arv_ticket != morfo[i][1]: arvore[lista_pos_arv[i]].set_label(morfo[i][1]) - draw.draw_trees(arvore) + #draw.draw_trees(arvore) # Converte árvore sintática para uma lista de tuplas (igual a lista morfológica) def converter_arv_para_lista(self, arvore): -- libgit2 0.21.2