Skip to content

Commit a3932ac

Browse files
Removed not required pp
1 parent bff2cba commit a3932ac

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/GADS/API.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ use Dancer2::Plugin::Auth::Extensible;
3131
use Dancer2::Plugin::DBIC;
3232
use Dancer2::Plugin::LogReport 'linkspace';
3333

34-
use Data::Dump qw/pp/;
35-
3634
# Special error handler for JSON requests (as used in API)
3735
fatal_handler sub {
3836
my ($dsl, $msg, $reason) = @_;

lib/GADS/Audit.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ use Log::Report 'linkspace';
2525
use Moo;
2626
use MooX::Types::MooseLike::Base qw/ArrayRef HashRef/;
2727

28-
use Data::Dump qw/pp/;
29-
3028
has schema => (
3129
is => 'rw',
3230
required => 1,

0 commit comments

Comments
 (0)