Removed debug statement for scrolling menu destructor.

This commit is contained in:
emb 2015-01-01 20:38:40 -06:00
parent b6c60ceb76
commit ccdafb0e8f

View File

@ -67,8 +67,6 @@ ScrollingList::~ScrollingList()
{
if(*it != NULL)
{
Logger::Write(Logger::ZONE_DEBUG, "ScrollingList", "Free");
DeallocateTexture(*it);
if((*it)->GetCollectionItem())
{