aboutsummaryrefslogtreecommitdiff
path: root/src/main/native/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/native/flow.c')
-rw-r--r--src/main/native/flow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/native/flow.c b/src/main/native/flow.c
index ca91468..09ffca6 100644
--- a/src/main/native/flow.c
+++ b/src/main/native/flow.c
@@ -205,7 +205,6 @@ int serial_read(struct serial_config* serial, unsigned char * buffer, size_t siz
}
return r;
} else {
- DEBUG(printf("poll pipe result %d\n", pp.revents));
return E_CLOSE;
}
}