Skip to content

Commit e1d775e

Browse files
author
Junior Polegato
committed
Suporte a HTML no PoleXML
1 parent 22d252d commit e1d775e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fontes/pole/PoleXML.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def serializar(xml):
488488
def procurar(xml, nome_no, atributos = None):
489489
retorno = []
490490
for nome_filho, xml_filho in zip(xml._XML__filhos, xml._XML__xmls):
491-
print nome_filho, type(xml_filho)
492491
if nome_filho == nome_no:
493492
if atributos:
494493
if sum(map(lambda x: x in xml_filho._XML__atributos, atributos)):

0 commit comments

Comments
 (0)