mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove useless print statement in custom_plugin function in web UI
This commit is contained in:
parent
c74ad7ba04
commit
2e2c7080be
1 changed files with 0 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue