Ignore:
Timestamp:
07/20/06 12:02:15 (18 years ago)
Author:
Nicholas Riley
Message:

main.c: Remove extra debugging statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/main.c

    r265 r268  
    826826    if (ITEMS == NULL)
    827827        ITEMS = CFArrayCreate(NULL, NULL, 0, NULL);
    828     CFShow(LPARAMS.argv);
     828    // CFShow(LPARAMS.argv);
    829829    return LSOpenURLsWithRole(ITEMS, kLSRolesAll, NULL, &LPARAMS, NULL, 0);
    830830}
Note: See TracChangeset for help on using the changeset viewer.