Add some debug output to the document meta parser

This commit is contained in:
Veronica K. B. Olsen
2020-10-24 19:08:26 +02:00
parent 79d345e0f8
commit de8ee126cf
+3 -1
View File
@@ -250,7 +250,9 @@ class NWDoc():
if metaBits[1] in nwItemLayout.__members__:
self._docMeta["layout"] = nwItemLayout[metaBits[1]]
# print(self._docMeta)
else:
logger.debug("Ignoring meta data: '%s'" % metaLine)
return
# END Class NWDoc