Skip to content

Commit 3403de3

Browse files
thiagoralvesclaude
andcommitted
refactor: Remove debug logging from Python cleanup
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 44fc5ac commit 3403de3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

core/src/plc_app/plc_state_manager.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,8 @@ int unload_plc_program(PluginManager *pm)
215215
plugin_manager_get_symbol(pm, "python_blocks_cleanup");
216216
if (python_cleanup)
217217
{
218-
log_info("Calling python_blocks_cleanup()");
219218
python_cleanup();
220219
}
221-
else
222-
{
223-
log_info("python_blocks_cleanup symbol not found (no Python FBs used)");
224-
}
225220

226221
// Destroy the plugin manager
227222
plugin_manager_destroy(pm);

0 commit comments

Comments
 (0)