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/class_c/nomcls.c

    r101 r177  
    5555  string nObj;
    5656 
    57   nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
    58             __FUNCTION__, impl_NOMClass_nomNew, nomSelf, nomSelf->mtab->nomClassName);
     57  //nomPrintf("    Entering %s (%x) with nomSelf: 0x%x. nomSelf is: %s.\n",
     58  //        __FUNCTION__, impl_NOMClass_nomNew, nomSelf, nomSelf->mtab->nomClassName);
    5959
    6060  if(!nomSelf)
    6161    return NULLHANDLE;
    6262
    63   //  nomPrintf("instanceVar: %x\n", _ncpObject);
    6463
    6564  if(!_ncpObject)
     
    6766
    6867  ncp=(NOMClassPriv*)_ncpObject;
    69   //  nomPrintf("_ncpObject: %x size %d \n", ncp, ncp->mtab->ulInstanceSize);
    7068
    7169  if((nObj=_nomAllocate(nomSelf, ncp->mtab->ulInstanceSize, NULLHANDLE))==NULLHANDLE)
     
    134132  NOMClassData* nomThis=NOMClassGetData(nomSelf);
    135133
    136   nomPrintf("    Entering %s  with nomSelf: 0x%x. nomSelf is: %s.\n",
    137             __FUNCTION__,  nomSelf, nomSelf->mtab->nomClassName);
     134  //nomPrintf("    Entering %s  with nomSelf: 0x%x. nomSelf is: %s.\n",
     135  //          __FUNCTION__,  nomSelf, nomSelf->mtab->nomClassName);
    138136
    139137  _ncpObject=ncpObject;
     
    224222                                   *ncPriv->sci->nomSMethods[a].chrMethodDescriptor, NULLHANDLE);
    225223            }
    226           nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName);
     224          //nomPrintf("%s %s \n", nomSelf->mtab->nomClassName, ncPriv->mtab->nomClassName);
    227225          _nomRegisterClass(NOMClassMgrObject, ncPriv->mtab, NULLHANDLE);
    228226        }
     
    238236/* NOMClassData* nomThis=NOMClassGetData(nomSelf); */
    239237
    240   nomPrintf("    Entering %s  with nomSelf: 0x%x. nomSelf is: %s.\n",
    241             __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName);
    242 
    243   //#if 0
    244   /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */
     238  //nomPrintf("    Entering %s  with nomSelf: 0x%x. nomSelf is: %s.\n",
     239  //           __FUNCTION__, nomSelf, nomSelf->mtab->nomClassName);
     240
    245241  NOMClass_nomInit_parent(nomSelf,  ev);
    246   //#endif
    247 }
     242}
     243
Note: See TracChangeset for help on using the changeset viewer.