Remove debug fodder.
authorJim Carroll <thecarrolls@jiminger.com>
Sat, 15 Sep 2012 13:04:43 +0000 (09:04 -0400)
committerJim Carroll <thecarrolls@jiminger.com>
Sat, 15 Sep 2012 13:05:02 +0000 (09:05 -0400)
xbmc/interfaces/legacy/Window.cpp

index 5745056..4bd9b49 100644 (file)
@@ -190,11 +190,6 @@ namespace XBMCAddon
     Control* Window::GetControlById(int iControlId) throw (WindowException)
     {
       TRACE;
-      CLog::Log(LOGDEBUG,"Window_GetControlById control id: %d",iControlId);
-      if (iControlId == 0)
-      {
-        int i = 12 + 1;
-      }
 
       // find in window vector first!!!
       // this saves us from creating a complete new control