Some code cleanup

This commit is contained in:
Edward R. Gonzalez 2023-03-30 19:54:19 -04:00
parent 78cdfcd7b3
commit d73d22282b
2 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ void parse_options( int num, char** arguments )
zpl_array_init_reserve( IO::Destinations, g_allocator, 1 ); zpl_array_init_reserve( IO::Destinations, g_allocator, 1 );
} }
zpl_printf("NUM IS: %d", num);
if ( zpl_opts_has_arg( & opts, "src" ) ) if ( zpl_opts_has_arg( & opts, "src" ) )
{ {
zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" ); zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );