element.py: Remove redundant context from Plugin.warn() invokation

When calling `self.warn()` there is no need to print the element name or
print "WARNING", this context is implied by calling `Plugin.warn()` already.
1 file changed