Remove DBG(0,...) line that was getting printed

for non-dc25 users.
DEVEL_2_0_BRANCH-1
Peter Fales 2001-05-14 03:28:05 +00:00
rodzic 93b3eaaa6f
commit 434c5c8898
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -401,8 +401,9 @@ init_dc20 (char *device, speed_t speed)
struct termios tty_new;
int speed_index;
/*
DBG(0, "DC-20/25 Backend 05/07/01\n");
*/
for (speed_index = 0; speed_index < NUM_OF_SPEEDS; speed_index++) {
if (speeds[speed_index].baud == speed) {
init_pck[2] = speeds[speed_index].pkt_code[0];