Removed printf

This commit is contained in:
Nate Choe
2022-01-22 21:23:46 -06:00
parent be8e081cca
commit 4f109e271c

View File

@@ -119,7 +119,6 @@ forbidden:
}
int sendResponse(Connection *conn, Sitefile *site) {
puts(conn->path);
for (int i = 0; i < site->size; i++) {
if (site->content[i].respondto != conn->type)
continue;