Browse Source

Disable the debug mode.

Stéphane Raimbault 17 years ago
parent
commit
31b6fecd2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/random-test-slave.c

+ 1 - 1
tests/random-test-slave.c

@@ -29,7 +29,7 @@ int main(void)
         int ret;
 
         modbus_init_tcp(&mb_param, "127.0.0.1", 1502);
-        modbus_set_debug(&mb_param, TRUE);
+        /* modbus_set_debug(&mb_param, TRUE); */
 
         ret = modbus_mapping_new(&mb_mapping, 500, 500, 500, 500);
         if (ret == FALSE) {