Removed debug output from adoc-test.

This commit is contained in:
tastytea 2019-05-17 02:04:26 +02:00
parent 607bc7ec5d
commit 3968aaecd2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ SCENARIO ("The AsciiDoc export works correctly")
adoc_ok = false;
}
}
std::cout << adoc;
}
catch (const std::exception &e)
{