chiark / gitweb /
drop silly debug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Feb 2019 20:24:19 +0000 (20:24 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Feb 2019 20:24:19 +0000 (20:24 +0000)
generate-board

index 7047e642c530ea8d87ae21b1a5dda2b87de88635..4fad5cc321ae72f4238b931c7e157fe7cbd069ff 100755 (executable)
@@ -183,7 +183,6 @@ sub transform_coordinates () {
     $lims[$topend] = Math::GSL::Vector->new([$v,$v]);
   }
   # xxx rotation is not happening
-  print STDERR "lims ",prvec($lims[0])," .. ",prvec($lims[1]),"\n";
   for_each_pos(sub {
     my ($pr, $rr, $why) = @_;
     my $y = Math::GSL::Vector->new(2);