From 7d428f42650ca840cfca4d98ca107b87e3891bcd Mon Sep 17 00:00:00 2001 From: ipknHama Date: Sat, 10 Sep 2016 02:13:13 +0900 Subject: Remove meaningless debug log --- include/routing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/routing.h') 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) { -- cgit v1.2.3-54-g00ecf