From 55fa2e862e885161381c0023d9c16b4fdf9bd5a3 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Thu, 22 Aug 2013 16:44:41 +0100 Subject: [PATCH] mon: Monitor: remove lingering debug message from f087d84b Signed-off-by: Joao Eduardo Luis --- src/mon/Monitor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 61e2a2aa57ac..45ca02027fc9 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -1878,7 +1878,6 @@ bool Monitor::_allowed_command(MonSession *s, string &module, string &prefix, MonCommand *this_cmd = NULL; for (MonCommand *cp = mon_commands; cp < &mon_commands[ARRAY_SIZE(mon_commands)]; cp++) { - dout(0) << __func__ << " CAPSBAR >> matching against " << cp->cmdstring << dendl; if (cp->cmdstring.find(prefix) != string::npos) { this_cmd = cp; break; -- 2.47.3