mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Removed useless debugging code
This commit is contained in:
parent
ae3627761d
commit
fa1863d032
1 changed files with 0 additions and 5 deletions
|
@ -30,7 +30,6 @@
|
|||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <sstream>
|
||||
#include <iostream> // TODO Remove
|
||||
#include <tuple>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
@ -326,10 +325,6 @@ void Rules::parseRule (const std::string& input)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Rules::parseRuleGeneral (const std::vector <std::string>& lines)
|
||||
{
|
||||
for (auto& line : lines)
|
||||
{
|
||||
// std::cout << "# general line '" << line << "'\n";
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue