]> git.sesse.net Git - remoteglot-book/commitdiff
Remove some debugging.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Dec 2014 17:07:49 +0000 (18:07 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 13 Dec 2014 17:07:49 +0000 (18:07 +0100)
www/opening-stats.pl

index 9a2ccbc4ad32380598abc2d9a17d6a46e2a4fa59..aea6b2d08aa984f2d4782e1817279e04acb5ec5a 100755 (executable)
@@ -81,7 +81,6 @@ sub read_root_pgn {
        while (<$pgnnamesfh>) {
                chomp;
                push @pgnnames, $_;
-               warn "PGN name: $_";
        }
        close $pgnnamesfh;