CmdTags: Removed log

This commit is contained in:
Paul Beckingham 2016-04-06 20:28:48 -04:00
parent 086f0e9c03
commit fe26bc2fbb
3 changed files with 3 additions and 2 deletions

View file

@ -219,6 +219,7 @@ int dispatchCommand (
else if (command == "report") status = CmdReport (cli, rules, database, extensions);
else if (command == "start") status = CmdStart (cli, rules, database );
else if (command == "stop") status = CmdStop (cli, rules, database );
else if (command == "tags") status = CmdTags ( rules, database );
}
else
{