diff --git a/project/bloat.hpp b/project/Bloat.hpp similarity index 100% rename from project/bloat.hpp rename to project/Bloat.hpp diff --git a/project/refactor.cpp b/project/refactor.cpp index b9ea403..b7e9edf 100644 --- a/project/refactor.cpp +++ b/project/refactor.cpp @@ -50,8 +50,6 @@ void parse_options( int num, char** arguments ) zpl_array_init_reserve( IO::Destinations, g_allocator, 1 ); } - zpl_printf("NUM IS: %d", num); - if ( zpl_opts_has_arg( & opts, "src" ) ) { zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );