We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcec65 commit c22532bCopy full SHA for c22532b
Extension.pm
@@ -24,7 +24,6 @@ use Bugzilla::Extension::AgileTools::Util;
24
use Bugzilla::Extension::AgileTools::Burn;
25
26
use JSON;
27
-use Data::Dumper;
28
29
our $VERSION = '0.02';
30
lib/Burn.pm
@@ -28,7 +28,6 @@ use strict;
use Date::Parse;
use List::Util qw(min max);
31
32
33
use base qw(Exporter);
34
our @EXPORT = qw(
set_current_sprint.pl
@@ -26,7 +26,6 @@
use Bugzilla::Extension::AgileTools::Team;
use Bugzilla::Extension::AgileTools::Sprint;
my $dbh = Bugzilla->dbh;
0 commit comments