mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-02 17:06:48 +02:00
Remove debug couts
This commit is contained in:
@@ -289,10 +289,6 @@ Component *ReloadableMedia::findComponent(std::string collection, std::string ty
|
||||
if(type == "video")
|
||||
{
|
||||
component = videoBuild.createVideo(imagePath, basename, scaleX_, scaleY_);
|
||||
if(component)
|
||||
{
|
||||
std::cout << "Found video!" << std::endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user