Remove stale comment

This commit is contained in:
Nikolaus Waxweiler 2019-09-14 20:41:17 +01:00
parent 20b1e06100
commit dcb1fb67ce

View File

@ -699,7 +699,6 @@ def _writeNote(glyphObject, element, validate):
raise GlifLibError("note attribute must be str")
note = note.strip()
note = "\n" + note + "\n"
# ensure text is str, if it's bytes decode as ASCII
etree.SubElement(element, "note").text = note
def _writeImage(glyphObject, element, validate):