1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00

remove assert left in for testing

This commit is contained in:
NotAdam 2019-04-29 20:01:27 +10:00
parent 44ae1cb641
commit 907f240126

View file

@ -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 ) )
{