mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 10:17:46 +00:00
remove assert left in for testing
This commit is contained in:
parent
2b217a545b
commit
6a20fc32f4
1 changed files with 0 additions and 2 deletions
|
@ -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 ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue