Skip to content

Commit

Permalink
params: preset: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Nov 12, 2023
1 parent 50d5789 commit 669f6f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/overlay_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ bool parse_preset_config(int preset, struct overlay_params *params){
bool found_preset = false;

while (std::getline(stream, line)) {
printf("line: %s\n", line.c_str());
trim(line);

if (line == "")
Expand Down

0 comments on commit 669f6f9

Please sign in to comment.