Remove debug couts

This commit is contained in:
Don Honerbrink 2015-07-02 14:54:36 -05:00
parent 238cef121a
commit a2512e5b7e

View File

@ -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
{