]> git.sesse.net Git - remoteglot-book/commitdiff
Remove leftover import from opening-stats.pl.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 11 Dec 2014 18:51:11 +0000 (19:51 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 11 Dec 2014 18:51:11 +0000 (19:51 +0100)
opening-stats.pl

index f8dd56d502def8bc835b870c507cf9f52afa189e..3bbcc8823816c216fa6dd26703678c656895549d 100755 (executable)
@@ -5,9 +5,6 @@ use CGI;
 use JSON::XS;
 use lib '..';
 use Position;
 use JSON::XS;
 use lib '..';
 use Position;
-use ECO;
-
-#ECO::unpersist();
 
 my $cgi = CGI->new;
 my $fen = $ARGV[0];
 
 my $cgi = CGI->new;
 my $fen = $ARGV[0];