--- db/prgsrc/makeeditors.pl 2010/04/24 17:21:53 1.1 +++ db/prgsrc/makeeditors.pl 2010/04/24 18:28:36 1.2 @@ -130,7 +130,6 @@ while (($TournamentId, $editor, $parent, foreach $t(keys %Tours) { %tour = %{$Tours{$t}}; - print Dumper(\%tour); if ( (exists $tour{'children'}) && @@ -138,11 +137,9 @@ foreach $t(keys %Tours) { ) { $childrenSameAuthor = 1; foreach (@{$tour{children}}) { -print $Tours{$_} -> {editor}." ne ".$tour{editor}."\n"; if ($Tours{$_} -> {editor} ne $tour{editor}) { $childrenSameAuthor = 0; } else { - print "!"; $Tours{$_} -> {editor} = ''; } }