[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:55:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 16e9f56417aea0e536feab174e9bbb0eb77492cd
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 11 23:34:01 2002 +0000

    2002-02-11  Kenneth Kocienda  <kocienda at apple.com>
    
            Removed a bunch of logging messages to reduce the spamage.
    
            * CacheLoader.subproj/IFHTTPURLHandle.h:
            * CacheLoader.subproj/IFHTTPURLHandle.m: (-[IFHTTPURLHandle
            initWithURL:flags:group:requestMethod:requestDataDict:]), (-[IFHTTPURLHandle
            initWithURL:flags:group:requestMethod:requestData:]), (-[IFHTTPURLHandle
            setRequestData:]):
            * CacheLoader.subproj/IFURLMemoryCache.m: (-[IFURLMemoryCache objectForURL:]):
            * Database.subproj/IFURLFileDatabase.m: (-[IFURLFileDatabase setObject:forKey:]):
            * Misc.subproj/IFMutableData.m: (-[IFMutableData getBytes:length:]),
            (-[IFMutableData getBytes:range:]), (-[IFMutableData subdataWithRange:]):
            * Misc.subproj/IFMutableDataPrivate.m: (-[IFMutableData
            createBlockForRange:buffer:]), (-[IFMutableData
            dataObjectsGreaterThanMatchedOffset:]), (-[IFMutableData byteBlocksForRange:]),
            (-[IFMutableData bytesInRange:]):
            * Misc.subproj/IFNSFileManagerExtensions.m: (-[NSFileManager
            createIntermediateDirectoriesForPath:attributes:]):
            * WebFoundation.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@610 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index e96f5a4..f5533f6 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -106,10 +106,6 @@ static NSNumber *IFURLFilePosixPermissions;
     result = [[NSFileManager defaultManager] createFileAtPathWithIntermediateDirectories:filePath contents:data attributes:attributes directoryAttributes:directoryAttributes];
 
     [archiver release];
-
-    NSLog(@"IFURLFileDatabase wrote file: [%@] %@", result ? @"YES" : @"NO", filePath);
-    
-    //return result;
 }
 
 -(void)removeObjectForKey:(id)key

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list