Reverting logging code in unittests

This commit is contained in:
Jonathan Thomas
2016-09-08 22:26:14 -05:00
parent a4340b8b0a
commit f00ea5c4e2
13 changed files with 0 additions and 79 deletions

View File

@@ -35,7 +35,6 @@ using namespace openshot;
// a new derived class, in order to test the base class file info struct.
TEST(ReaderBase_Derived_Class)
{
cout << "ReaderBase_Derived_Class" << endl;
// Create a new derived class from type ReaderBase
class TestReader : public ReaderBase
{