remove debug stderr
This commit is contained in:
parent
25eaf96e98
commit
bf411f55de
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ int main (int argc, char** argv)
|
|||
std::size_t index = 0;
|
||||
for (auto & header : headers)
|
||||
{
|
||||
std::cerr << header << std::endl;
|
||||
if (header.empty())
|
||||
{
|
||||
// create a placeholder for the empty header
|
||||
|
|
Loading…
Reference in a new issue