diff --git a/src/tools/exd_struct_test/main.cpp b/src/tools/exd_struct_test/main.cpp index ff783369..88ad0d46 100644 --- a/src/tools/exd_struct_test/main.cpp +++ b/src/tools/exd_struct_test/main.cpp @@ -111,8 +111,6 @@ int main( int argc, char* argv[] ) Logger::init( "struct_test" ); - assert(false); - Logger::info( "Setting up EXD data" ); if( !g_exdData.init( datLocation ) ) {