Browse Source

- Removed debugging code accidentally pushed.

MelvMay-GG 12 years ago
parent
commit
d8ef4b8
1 changed files with 0 additions and 5 deletions
  1. 0 5
      engine/source/persistence/taml/tamlXmlWriter.cc

+ 0 - 5
engine/source/persistence/taml/tamlXmlWriter.cc

@@ -170,11 +170,6 @@ void TamlXmlWriter::compileCustomElements( TiXmlElement* pXmlElement, const Taml
         dSprintf( extendedElementNameBuffer, sizeof(extendedElementNameBuffer), "%s.%s", pXmlElement->Value(), pCustomNode->getNodeName() );
         StringTableEntry extendedElementName = StringTable->insert( extendedElementNameBuffer );
 
-        if ( dStricmp(pCustomNode->getNodeName(), "controllers") == 0 )
-        {
-            S32 a = 0;
-        }
-
         // Create element.
         TiXmlElement* pExtendedPropertyElement = new TiXmlElement( extendedElementName );