removed debug output
[NeonServV5.git] / IRCParser.c
index 5822b010a6eedde90fce47bf8094298cf8aec160..2fcf934c62017f367abd3b401635fd759d1956d5 100644 (file)
@@ -19,7 +19,6 @@ int parse_lines(struct ClientSocket *client, char *lines, int len) {
             lines[i] = 0;
             parse_line(client, line);
             line = lines+(i+1);
-            printf("SKIP %d: %s\n", i+1, line);
             used = i+1;
         }
     }