CmdTrack: Removed log

This commit is contained in:
Paul Beckingham 2016-04-06 20:30:04 -04:00
parent fe26bc2fbb
commit 0305dee768
3 changed files with 5 additions and 5 deletions

View file

@ -220,6 +220,8 @@ int dispatchCommand (
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 if (command == "track") status = CmdTrack (cli, rules, database );
else if (command == "undo") status = CmdUndo ( );
}
else
{