rclinfo: remove trace message
This commit is contained in:
parent
2b356371d8
commit
5776c4bc20
@ -32,8 +32,6 @@ class InfoExtractor:
|
||||
nodename, docdata = self.contents[index]
|
||||
nodename = self.em.htmlescape(nodename)
|
||||
docdata = self.em.htmlescape(docdata)
|
||||
print("type(docdata) = %s type(nodename) = %s"% \
|
||||
(type(docdata), type(nodename)), file=sys.stderr)
|
||||
# strange whitespace to avoid changing the module tests (same as old)
|
||||
docdata = b'\n<html>\n <head>\n <title>' + \
|
||||
nodename + \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user