mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Performance
- Removed "std::endl" in cases where the autoflush is only going to slow things down.
This commit is contained in:
parent
1d3aa891d6
commit
eb2cb99532
11 changed files with 78 additions and 109 deletions
|
@ -416,7 +416,7 @@ void Table::calculateColumnWidths ()
|
|||
}
|
||||
|
||||
// Try again, treating minimum columns as flexible.
|
||||
// std::cout << "# no flexible columns. Now what?" << std::endl;
|
||||
// std::cout << "# no flexible columns. Now what?\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue