From 13b62f8da51fe9f796c4fa406e9fc6de74e4cde9 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Wed, 4 Sep 2019 11:45:05 +0000 Subject: [PATCH] Remove obsolete addhtml() --- britney2/excuse.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/britney2/excuse.py b/britney2/excuse.py index 7ef369a..bad337b 100644 --- a/britney2/excuse.py +++ b/britney2/excuse.py @@ -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)