Remove obsolete addhtml()

This commit is contained in:
Ivo De Decker 2019-09-04 11:45:05 +00:00
parent f202601b81
commit 13b62f8da5

View File

@ -189,10 +189,6 @@ class Excuse(object):
return True
return False
def addhtml(self, note):
"""Add a note in HTML"""
self.htmlline.append(note)
def addinfo(self, note):
"""Add a note in HTML"""
self.infoline.append(note)