@@ -136,15 +136,12 @@ + (NSString*)profilesIniContentsForHomePath:(NSString*)homePath
136
136
error = SSYMakeError (529484 , @" Attempted Cross-Home in Firefox extension" ) ;
137
137
}
138
138
else {
139
- /* SSYDBL*/ NSLog (@" Executing for NOT in Firefox" ) ;
140
139
// OK, we're not in Firefox
141
140
NSString * tempPath = [[NSFileManager defaultManager ] temporaryFilePath ] ;
142
141
#if CPH_TASKMASTER_AVAILABLE
143
- /* SSYDBL*/ NSLog (@" Doing TaskMaster!!" ) ;
144
142
ok = [[CPHTaskmaster sharedTaskmaster ] copyPath: filepathProfilesIni
145
143
toPath: tempPath
146
144
error_p: &error] ;
147
- /* SSYDBL*/ NSLog (@" ok=%hhd , error : %@ " , ok, error) ;
148
145
#else
149
146
ok = [[NSFileManager defaultManager ] copyItemAtPath: filepathProfilesIni
150
147
toPath: tempPath
@@ -172,7 +169,6 @@ + (NSString*)profilesIniContentsForHomePath:(NSString*)homePath
172
169
173
170
end:
174
171
if (error && error_p) {
175
- /* SSYDBL*/ NSLog (@" 25398 Returning error %@ " , error) ;
176
172
*error_p = error ;
177
173
}
178
174
@@ -322,7 +318,6 @@ + (NSString*)profileNameForPath:(NSString*)path
322
318
goto end ;
323
319
}
324
320
325
- /* SSYDBL*/ NSLog (@" We have no error today" ) ;
326
321
if (profilesIniContents) {
327
322
NSScanner * scanner = [[NSScanner alloc ] initWithString: profilesIniContents] ;
328
323
[scanner setCharactersToBeSkipped: nil ] ;
@@ -426,7 +421,6 @@ + (NSString*)profileNameForPath:(NSString*)path
426
421
*error_p = error ;
427
422
}
428
423
429
- /* SSYDBL*/ NSLog (@" Returning profileName = %@ " , profileName) ;
430
424
return profileName ;
431
425
}
432
426
0 commit comments