aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2016-09-10 02:13:13 +0900
committeripknHama <ipknhama@gmail.com>2016-09-10 02:13:13 +0900
commit7d428f42650ca840cfca4d98ca107b87e3891bcd (patch)
tree8950e0697e16cce986e58fc42a451d5992ee7c5a /include
parent60c16934cde9da606b86ddce20cc045837d5c8fa (diff)
downloadcrow-7d428f42650ca840cfca4d98ca107b87e3891bcd.tar.gz
crow-7d428f42650ca840cfca4d98ca107b87e3891bcd.zip
Remove meaningless debug log
Diffstat (limited to 'include')
-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)
{