summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/input.c b/input.c
index 555485a..28c6587 100644
--- a/input.c
+++ b/input.c
@@ -164,11 +164,9 @@ int validate_N(char *smode_buf) {
if (smode_buf[1] == '+' || smode_buf[1] == '-') {
if (smode_buf[2] == '0') {
- printf("smode_buf[2] == 0 (_INVALID)\n");
return _INVALID;
}
if (smode_buf[2] == '\n') { // If its only N+ or N- then invalid
- printf("smode_buf[2] == \\n (_INVALID)\n");
return _INVALID;
}