From: Steinar H. Gunderson Date: Thu, 11 Dec 2014 18:51:11 +0000 (+0100) Subject: Remove leftover import from opening-stats.pl. X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=commitdiff_plain;h=d0b08188b8f9e70f2f5651b179b44e7cf992c85b;ds=sidebyside Remove leftover import from opening-stats.pl. --- diff --git a/opening-stats.pl b/opening-stats.pl index f8dd56d..3bbcc88 100755 --- a/opening-stats.pl +++ b/opening-stats.pl @@ -5,9 +5,6 @@ use CGI; use JSON::XS; use lib '..'; use Position; -use ECO; - -#ECO::unpersist(); my $cgi = CGI->new; my $fen = $ARGV[0];