Removed debug trace.

oldstable
Alexandre Julliard 2004-08-24 02:29:48 +00:00
parent f096fa3a0e
commit d149d3cff3
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ foreach my $i (split(/\s/,$makefiles))
my @list = split(/\s+/,$specs);
@list = map { $_ =~ s/\.spec$//; $_ .= ".dll" unless $_ =~ /\./; $_; } @list;
$altnames{$module} = \@list;
printf "\"$specs\" -> %s\n", join(',',@list);
next;
}
}