Skip to content

Commit

Permalink
Removed unnecesary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pablrod committed Sep 28, 2015
1 parent 757b942 commit fff5bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Catalyst/Helper/Controller/DBIC/API/REST.pm
Expand Up @@ -243,8 +243,6 @@ sub mk_compclass {

## Make result class controllers
for my $source ( $schema->sources ) {
print $source, "\n";
print "Nombre: " . $schema->source_registrations->{$source}->name, "\n";
my ( $class, $result_class );
my $file
= File::Spec->catfile( $path_app, $helper->{type}, @path_to_name,
Expand Down

0 comments on commit fff5bcc

Please sign in to comment.