aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maple/maple.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/maple/maple.cc b/maple/maple.cc
index 6382fa1..d1d8175 100644
--- a/maple/maple.cc
+++ b/maple/maple.cc
@@ -243,8 +243,6 @@ auto main() -> int {
path = "/index.gmi";
}
-// std::cout << "1: \"" << path << "\"" << std::endl;
-
if (request_scheme == 1) {
// Remove junk, if any
index_of_junk = path.find_first_of('\n');
@@ -256,8 +254,6 @@ auto main() -> int {
}
}
-// std::cout << "2: \"" << path << "\"" << std::endl;
-
// Gemini
if (request_scheme == 1) {
maple::gemini::handle_client(gemini_files, path, response);