mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-04 09:56:49 +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")
|
if(type == "video")
|
||||||
{
|
{
|
||||||
component = videoBuild.createVideo(imagePath, basename, scaleX_, scaleY_);
|
component = videoBuild.createVideo(imagePath, basename, scaleX_, scaleY_);
|
||||||
if(component)
|
|
||||||
{
|
|
||||||
std::cout << "Found video!" << std::endl;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user