aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-09 09:00:02 +0000
committerFuwn <[email protected]>2022-05-09 09:00:02 +0000
commit3f6e1c43f1427382bdf0303b1ccff33fcd1a25d7 (patch)
treea197097e24089926d0b7e785422884ea297d5cca
parentdocs(maple.hh): add license information (diff)
downloadmaple-3f6e1c43f1427382bdf0303b1ccff33fcd1a25d7.tar.xz
maple-3f6e1c43f1427382bdf0303b1ccff33fcd1a25d7.zip
refactor(maple.cc): remove debug logs
-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);