Browse Source

Removed unnecessary dump

Alois Mahdal (@azzgoat) 11 years ago
parent
commit
43b864078f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      t/Repo.t

+ 0
- 1
t/Repo.t View File

@@ -7,7 +7,6 @@ BEGIN { use_ok( 'SugarTrail::Repo' ); }
7 7
 require_ok( 'SugarTrail::Repo' );
8 8
 
9 9
 my $repo = SugarTrail::Repo->new(root => './t/data/strepo', vcs => 'git');
10
-&helper::dmupp(repo=>$repo);
11 10
 ok($repo,           "repo is true");
12 11
 
13 12
 my $stm = $repo->load_stm(stm=>'/release/rc.stm');