aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/routing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/routing.h b/include/routing.h
index 4fc2de8..337d258 100644
--- a/include/routing.h
+++ b/include/routing.h
@@ -983,7 +983,6 @@ public:
auto found = trie_.find(req.url);
unsigned rule_index = found.first;
- CROW_LOG_DEBUG << "???" << rule_index;
if (!rule_index)
{