mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-12 00:59:12 +01:00
Remove debug couts
This commit is contained in:
parent
238cef121a
commit
a2512e5b7e
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user