diff --git a/tools/tinderbox/build-seamonkey-util.pl b/tools/tinderbox/build-seamonkey-util.pl index 995553619a05..55f1c3a9f99f 100644 --- a/tools/tinderbox/build-seamonkey-util.pl +++ b/tools/tinderbox/build-seamonkey-util.pl @@ -22,7 +22,7 @@ use File::Path; # for rmtree(); use Config; # for $Config{sig_name} and $Config{sig_num} use File::Find (); -$::UtilsVersion = '$Revision: 1.202 $ '; +$::UtilsVersion = '$Revision: 1.203 $ '; package TinderUtils; @@ -1367,11 +1367,8 @@ sub run_all_tests { # $Settings::MozProfileName and will live in $build_dir/.mozilla. # Also assuming only one profile here. # - # MacOSX/Darwin stores profiles in ~/Library/Mozilla/Profiles. my $cp_result = 0; - print "XXXX profiledir = $profiledir\n"; - unless (-d "$profiledir") { print_log "No profile found, creating profile.\n"; $cp_result = create_profile($build_dir, $binary_dir, $binary);