removed a debug cerr

This commit is contained in:
Thomas Jentzsch 2022-08-17 20:36:26 +02:00
parent 10dd13d997
commit d1d017f349
1 changed files with 0 additions and 2 deletions

View File

@ -193,8 +193,6 @@ bool RomImageWidget::changeImage(int direction)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool RomImageWidget::getImageList(const string& propName, const string& romName)
{
cerr << propName << " " << romName << endl;
const std::regex symbols{R"([-[\]{}()*+?.,\^$|#])"}; // \s
const string rgxPropName = std::regex_replace(propName, symbols, R"(\$&)");
const string rgxRomName = std::regex_replace(romName, symbols, R"(\$&)");