1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 18:27:47 +00:00

remove assert left in for testing

This commit is contained in:
NotAdam 2019-04-29 20:01:27 +10:00
parent 2b217a545b
commit 6a20fc32f4

View file

@ -111,8 +111,6 @@ int main( int argc, char* argv[] )
Logger::init( "struct_test" ); Logger::init( "struct_test" );
assert(false);
Logger::info( "Setting up EXD data" ); Logger::info( "Setting up EXD data" );
if( !g_exdData.init( datLocation ) ) if( !g_exdData.init( datLocation ) )
{ {