Remove debugging output

This commit is contained in:
Markus Blatt 2019-01-16 11:56:47 +01:00
parent 4b6144bb65
commit 0c2edcfe47

View File

@ -55,7 +55,6 @@ public:
fileWarningRegex_(deckname+"\\.(\\d+)\\.[^.]+"),
show_fallout_(show_fallout)
{
std::cout<<"show_fallout="<<show_fallout_<<" "<<deckname<<std::endl;
if ( show_fallout_ )
{
auto debugPath = output_dir;