diff --git a/Classes/Preferences.m b/Classes/Preferences.m index 5d77d03..617f94d 100644 --- a/Classes/Preferences.m +++ b/Classes/Preferences.m @@ -86,7 +86,6 @@ - (void)setBundle:(NSBundle *)aBundle if([fileManager fileExistsAtPath:@"/usr/local/mysql/bin/mysqld"]) location = @"/usr/local/mysql/bin/"; - /* else if ([fileManager fileExistsAtPath:@"/usr/bin/mysqld"]) location = @"/usr/bin/"; else if ([fileManager fileExistsAtPath:@"/bin/mysqld"]) @@ -97,7 +96,6 @@ - (void)setBundle:(NSBundle *)aBundle location = @"/opt/bin/"; else if ([fileManager fileExistsAtPath:@"/opt/local/bin/mysqld"]) location = @"/opt/local/bin/"; - */ [self setObject:location forUserDefaultsKey:@"launchPath"]; }