Changeset 926

Show
Ignore:
Timestamp:
08/20/08 21:02:46 (3 months ago)
Author:
gbooker
Message:

Forgot to comment out the debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/CommonUtils.c

    r925 r926  
    327327                        enabled = findNameInList(myProcessName, defaultFrameDroppingWhiteList, count); 
    328328                } 
    329                 Codecprintf(NULL, "Frame Dropping enabled is %d for %s\n", enabled, CFStringGetCStringPtr(myProcessName, kCFStringEncodingMacRoman)); 
     329                //Codecprintf(NULL, "Frame Dropping enabled is %d for %s\n", enabled, CFStringGetCStringPtr(myProcessName, kCFStringEncodingMacRoman)); 
    330330                CFRelease(myProcessName); 
    331331        }