webhooks: remove unnecessary logging
Created by: LawnGnome
We expect that there's no setter in the context if logging is disabled. While we could use loggingEnabled()
to figure out whether to log, that means we have to access the configuration, and that feels unnecessary.
Credit to Erik for spotting this on k8s!