Skip to content

Commit

Permalink
refactor: remove .vscode dir and debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Apr 28, 2024
1 parent ee4172e commit c79bfd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
51 changes: 0 additions & 51 deletions .vscode/c_cpp_properties.json

This file was deleted.

34 changes: 0 additions & 34 deletions .vscode/settings.json

This file was deleted.

8 changes: 0 additions & 8 deletions src/ninshiki_cpp/detector/color_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ void ColorDetector::configure_color_setting(utils::Color color)
item.min_value = color.min_value;
item.max_value = color.max_value;

std::cout << "[DEBUG] Color setting has been applied!" << std::endl;
std::cout << "name: " << item.name << std::endl;
std::cout << "min_hue: " << item.min_hue << std::endl;
std::cout << "max_hue: " << item.max_hue << std::endl;
std::cout << "min_saturation: " << item.min_saturation << std::endl;
std::cout << "max_saturation: " << item.max_saturation << std::endl;
std::cout << "min_value: " << item.min_value << std::endl;
std::cout << "max_value: " << item.max_value << std::endl;
break;
}
}
Expand Down

0 comments on commit c79bfd5

Please sign in to comment.