UI/webview: remove unused clamp

This commit is contained in:
Johannes Kirschbauer
2024-11-27 11:03:57 +01:00
parent 6f0f495e50
commit 836c9d26ab
3 changed files with 13 additions and 12 deletions

View File

@@ -50,8 +50,9 @@ class WebExecutor(GObject.Object):
) -> None:
if load_event == WebKit.LoadEvent.FINISHED:
if log.isEnabledFor(logging.DEBUG):
inspector = webview.get_inspector()
inspector.show()
pass
# inspector = webview.get_inspector()
# inspector.show()
def on_decide_policy(
self,