mod/integration_test: remove redundant error logging in bind
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.