Skip to content

Commit

Permalink
Remove debugging log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 26, 2025
1 parent 879db10 commit fa1ef70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mfp/gui/imgui/app_window/info_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def render_code_editors(app_window):
new_val["body"] = editor.get_text()
new_val["lang"] = "python"
new_val["errorinfo"] = None

log.debug(f"Dispatching setter for {target} {param_name} {new_val}")
MFPGUI().async_task(target.dispatch_setter(param_name, new_val))
selected, _ = imgui.menu_item("Close", "", False)
if selected:
Expand Down

0 comments on commit fa1ef70

Please sign in to comment.