Skip to content

mod/integration_test: remove redundant error logging in bind

Leandro Belli requested to merge lb/fix_cpcheck into main

This patch eliminates redundant error print in integration_test_bind, since error messages are printed centrally in fwk_module_bind, the local variable and print statement in mod_integration_test.c was redundant and have been removed to avoid the unused variable warning and duplicate logging.

Merge request reports

Loading