IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psTrace.c

    r12512 r12513  
    4343static psS32 testTrace00(void)
    4444{
    45     diag("testTrace00");
     45//    diag("testTrace00");
    4646
    4747    psS32 i;
     
    8686static psS32 testTrace01(void)
    8787{
    88     diag("testTrace01");
     88//    diag("testTrace01");
    8989
    9090    //    psTraceSetDestination(stderr);
     
    103103static psS32 testTrace02(void)
    104104{
    105     diag("testTrace02");
     105//    diag("testTrace02");
    106106
    107107    psTraceReset();
     
    131131static psS32 testTrace03(void)
    132132{
    133     diag("testTrace03");
     133//    diag("testTrace03");
    134134
    135135    psS32 i = 0;
     
    172172static psS32 testTrace04(void)
    173173{
    174     diag("testTrace04");
     174//    diag("testTrace04");
    175175
    176176    int FD;
Note: See TracChangeset for help on using the changeset viewer.