From d73294492f5bb68d2e076769770d7ae1990feda8 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 6 May 2007 23:47:30 +0000 Subject: [PATCH] stupid logs --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 2da49cb0b..a78f10a80 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1864,7 +1864,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy { if (![fDefaults boolForKey: @"AutoImport"]) return; - NSLog(@"checking"); + NSString * path = [[fDefaults stringForKey: @"AutoImportDirectory"] stringByExpandingTildeInPath]; NSArray * importedNames;