mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
stop spewing progress info
This commit is contained in:
parent
81c7cfbb62
commit
ec679f0fb9
1 changed files with 3 additions and 3 deletions
|
@ -269,8 +269,8 @@ sub searchOneFile($$) {
|
||||||
|
|
||||||
$type = clean_type($type);
|
$type = clean_type($type);
|
||||||
|
|
||||||
my $found = "$type<->$function<->$params<->$trapSel<->$trapType";
|
# my $found = "$type<->$function<->$params<->$trapSel<->$trapType";
|
||||||
print STDERR "$found\n";
|
# print STDERR "$found\n";
|
||||||
|
|
||||||
$params = params_parse($params);
|
$params = params_parse($params);
|
||||||
$funcInfo{$function} = { 'type' => $type,
|
$funcInfo{$function} = { 'type' => $type,
|
||||||
|
@ -499,7 +499,7 @@ while ( my $arg = shift(@ARGV) ) {
|
||||||
|
|
||||||
foreach my $func (@funcList) {
|
foreach my $func (@funcList) {
|
||||||
|
|
||||||
print STDERR "looking for $func\n";
|
# print STDERR "looking for $func\n";
|
||||||
|
|
||||||
my $found = 0;
|
my $found = 0;
|
||||||
foreach my $path (@pathList) {
|
foreach my $path (@pathList) {
|
||||||
|
|
Loading…
Reference in a new issue