remove debug output left over

This commit is contained in:
John Sennesael 2022-03-24 21:41:43 -05:00
parent 8d5bc9e873
commit ef7b5280f0
1 changed files with 1 additions and 2 deletions

View File

@ -244,8 +244,7 @@ std::vector<std::wstring> justifyFill(
}
catch(const std::exception&)
{
std::wcout << L"Error while processing line: \"" << line << L"\"" << std::endl;
std::wcout << L"nWords = " << vWordsWithoutLastWord.size() << std::endl;
break;
}
vWords = vWordsWithoutLastWord;
vWords.emplace_back(lastWord);