mirror of https://github.com/stella-emu/stella.git
removed a debug cerr
This commit is contained in:
parent
10dd13d997
commit
d1d017f349
|
@ -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"(\$&)");
|
||||
|
|
Loading…
Reference in New Issue