Commit 31b6fecd2ed9e4685526273b9d145b61ea9abf97

Authored by Stéphane Raimbault
1 parent c41dc0fe

Disable the debug mode.

Showing 1 changed file with 1 additions and 1 deletions
tests/random-test-slave.c
... ... @@ -29,7 +29,7 @@ int main(void)
29 29 int ret;
30 30  
31 31 modbus_init_tcp(&mb_param, "127.0.0.1", 1502);
32   - modbus_set_debug(&mb_param, TRUE);
  32 + /* modbus_set_debug(&mb_param, TRUE); */
33 33  
34 34 ret = modbus_mapping_new(&mb_mapping, 500, 500, 500, 500);
35 35 if (ret == FALSE) {
... ...