Changeset 268 for trunk


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

main.c: Remove extra debugging statement.

Location:
trunk/launch/launch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/launch.xcodeproj/project.pbxproj

    r266 r268  
    4343                08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; };
    4444                09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
    45                 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };
     45                E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };
    4646                F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
    4747                F574340B01B8A47B01AEEDB1 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
  • 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.