diff --git a/Source/Graphics/Component/ScrollingList.cpp b/Source/Graphics/Component/ScrollingList.cpp index a76061f..5d74ade 100644 --- a/Source/Graphics/Component/ScrollingList.cpp +++ b/Source/Graphics/Component/ScrollingList.cpp @@ -67,8 +67,6 @@ ScrollingList::~ScrollingList() { if(*it != NULL) { - Logger::Write(Logger::ZONE_DEBUG, "ScrollingList", "Free"); - DeallocateTexture(*it); if((*it)->GetCollectionItem()) {