Remove useless print statement in custom_plugin function in web UI

This commit is contained in:
Théophile Diot 2024-03-14 17:42:39 +00:00
parent c74ad7ba04
commit 2e2c7080be
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -1511,8 +1511,6 @@ def custom_plugin(plugin: str):
# Get prerender from action.py
pre_render = run_action(plugin, "pre_render")
print(pre_render, flush=True)
return render_template(
Environment(loader=FileSystemLoader(join(sep, "usr", "share", "bunkerweb", "ui", "templates") + "/")).from_string(page.decode("utf-8")),
username=current_user.get_id(),