From: Matt S Trout Date: Mon, 12 Dec 2005 15:52:40 +0000 (+0000) Subject: Nothing to see here. Move along ... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36f5aa0f3b3236fcda4d16f07e6960b510970988;p=dbsrgits%2FDBIx-Class-Historic.git Nothing to see here. Move along ... --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 7bbc2f1..4c4942b 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -133,7 +133,6 @@ sub load_classes { foreach my $prefix (keys %comps_for) { foreach my $comp (@{$comps_for{$prefix}||[]}) { my $comp_class = "${prefix}::${comp}"; - print "$comp_class\n"; eval "use $comp_class"; # If it fails, assume the user fixed it $class->register_class($comp => $comp_class); }