From ccdafb0e8f0bf5564aab3b6a0a30b6b6e5a812cd Mon Sep 17 00:00:00 2001 From: emb <> Date: Thu, 1 Jan 2015 20:38:40 -0600 Subject: [PATCH] Removed debug statement for scrolling menu destructor. --- Source/Graphics/Component/ScrollingList.cpp | 2 -- 1 file changed, 2 deletions(-) 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()) {