Skip to content

Commit

Permalink
Removed useless debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Mar 29, 2024
1 parent ef22d8c commit 995ee03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cod4qol/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ void commands::WriteProtectedConfig()
protectedconf << "set" << " cg_gun_y \"" << cg_gun_y->current.value << "\"" << std::endl;
protectedconf << "set" << " cg_gun_z \"" << cg_gun_z->current.value << "\"" << std::endl;

std::cout << game::String_Alloc("Pingu") << std::endl;

protectedconf.close();
}

Expand Down

0 comments on commit 995ee03

Please sign in to comment.