mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Commented out debugging log which wouldn't compile because of typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11634 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38236813d1
commit
64396acc55
1 changed files with 2 additions and 2 deletions
|
@ -402,8 +402,8 @@ NSDictionary *paperSizes = nil;
|
|||
}
|
||||
if (printInfoDefaults == nil)
|
||||
{
|
||||
NSDebugLog(@"NSPrinter", @"Could not find printing defaults table, file %@",
|
||||
NSPrintInfo_DEFAULTSTABLE);
|
||||
/* NSDebugLog(@"NSPrinter", @"Could not find printing defaults table, file %@",
|
||||
NSPrintInfo_DEFAULTSTABLE); */
|
||||
printInfoDefaults = RETAIN([NSMutableDictionary dictionary]);
|
||||
}
|
||||
if (defPrinter == nil)
|
||||
|
|
Loading…
Reference in a new issue