From 9c7177d38cdf057af78e522bcc538ac8d7a54799 Mon Sep 17 00:00:00 2001 From: Kent Rasmussen Date: Wed, 16 Feb 2022 12:32:23 +0100 Subject: [PATCH] don't log this --- lift.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lift.py b/lift.py index 1f3413f6..5c9f470a 100644 --- a/lift.py +++ b/lift.py @@ -367,7 +367,6 @@ def addmodexamplefields(self,**kwargs): if framed: #if it's specified, that is... formvaluenode=self.get("example/form/text", senseid=senseid, analang=analang, location=location, showurl=True).get('node') - log.info(formvaluenode) if formvaluenode: formvaluenode=formvaluenode[0] if forms[analang] != formvaluenode.text: