Skip to content

Commit

Permalink
Remove debugging warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 30, 2015
1 parent a7e3d66 commit 673f996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Basic/Core/Dev.pm
Expand Up @@ -728,7 +728,6 @@ sub datatypes_switch {
$cname =~ s/^PDL_//;
push @m, "\tcase $typesym: retval = PDL.bvals.$cname; break;";
}
warn "(@m)";
print map "$_\n", @m;
}

Expand Down

0 comments on commit 673f996

Please sign in to comment.