mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-15 16:17:43 +02:00
Removed debugging printf
This commit is contained in:
parent
a1414e0d08
commit
6b38012366
@ -162,7 +162,6 @@ void rlm_xds_RLMStart(void *ptr,const char *arg)
|
||||
rlm_xds_handles=realloc(rlm_xds_handles,(rlm_xds_devs+1)*sizeof(int));
|
||||
rlm_xds_handles[rlm_xds_devs]=-1;
|
||||
tty_speed=RLMGetIntegerValue(ptr,arg,section,"TtySpeed",9600);
|
||||
printf("speed: %d\n",tty_speed);
|
||||
rlm_xds_handles[rlm_xds_devs]=
|
||||
RLMOpenSerial(ptr,RLMGetStringValue(ptr,arg,section,"TtyDevice",""),
|
||||
tty_speed,RLM_PARITY_NONE,1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user