From 6a20fc32f4d23f999b2200b9a0d9c347571a7d4d Mon Sep 17 00:00:00 2001 From: NotAdam Date: Mon, 29 Apr 2019 20:01:27 +1000 Subject: [PATCH] remove assert left in for testing --- src/tools/exd_struct_test/main.cpp | 2 -- 1 file changed, 2 deletions(-) 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 ) ) {