Ignore:
Timestamp:
Jan 6, 2007, 2:29:09 PM (19 years ago)
Author:
cinc
Message:

Disabled a ton of debug messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nombuildclass.c

    r139 r177  
    5252
    5353/* Define if you want to have messages from somBuildClass() and friends */
    54 #define DEBUG_NOMBUILDCLASS
     54//#define DEBUG_NOMBUILDCLASS
    5555/* Define if you want to have messages from building NOMObject */
    5656//#define DEBUG_BUILDNOMOBJECT
     
    179179
    180180          /* Found class introducing the method */
    181           nomPrintf(" %s, %d: Found %s in %s\n", __FUNCTION__, __LINE__,
    182                     gstr->str, sci->chrParentClassNames[a]);
     181          //nomPrintf(" %s, %d: Found %s in %s\n", __FUNCTION__, __LINE__,
     182          //        gstr->str, sci->chrParentClassNames[a]);
    183183          if(NULL==NOMClassMgrObject)
    184184            g_error("%s line %d: No overriding for base classes yet(%s)!\n",
Note: See TracChangeset for help on using the changeset viewer.