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