Browse Source

- Removed debugging code accidentally committed.

MelvMay-GG 12 years ago
parent
commit
b8cf083
1 changed files with 0 additions and 1 deletions
  1. 0 1
      engine/source/console/compiledEval.cc

+ 0 - 1
engine/source/console/compiledEval.cc

@@ -1267,7 +1267,6 @@ breakContinue:
             {
                // The field is not being retrieved from an object. Maybe it's
                // a special accessor?
-                Con::warnf("OC=%d", valBuffer.getObjectCount() );
                getFieldComponent( prevObject, prevField, prevFieldArray, curField, valBuffer, VAL_BUFFER_SIZE );
                STR.setStringValue( valBuffer );
             }