Skip to content

Commit

Permalink
comment out debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeb committed Oct 28, 2013
1 parent 05d7bc5 commit 5ee390e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/create_indexes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BEGIN
$schema_class,
);

$schema->storage->debug(1);
# $schema->storage->debug(1);

my @frameworks = $schema->resultset( 'opr_framework_versions' )->search();

Expand Down Expand Up @@ -86,8 +86,8 @@ BEGIN
my @repo_packages = $repo->opr_repo_package;
my @name_ids = map{ $_->name_id }@repo_packages;

use Data::Dumper;
print Dumper [ \@name_ids, $files{$repo->framework}, $repo->framework, \%files ];
# use Data::Dumper;
# print Dumper [ \@name_ids, $files{$repo->framework}, $repo->framework, \%files ];

$repos_to_create{ $repo->repo_id } = [ @{ $files{ $repo->framework } }{@name_ids} ];
$all_repos{ $repo->repo_id } = $repo;
Expand Down

0 comments on commit 5ee390e

Please sign in to comment.