cleaning up debug printfs, comment. -mcafee

This commit is contained in:
cltbld%netscape.com 2002-12-21 09:16:00 +00:00
Родитель cd00e11297
Коммит 69a8434dd8
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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);