Skip to content

Commit

Permalink
don't log this
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-rasmussen committed Feb 16, 2022
1 parent 8e294c2 commit 9c7177d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lift.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c7177d

Please sign in to comment.