got rid of dwarn statements

This commit is contained in:
Finn 2019-07-11 11:28:02 +01:00
parent efbf8cbad7
commit 5203df3d50
No known key found for this signature in database
GPG Key ID: 7455B4B17685B598
2 changed files with 0 additions and 6 deletions

View File

@ -5,9 +5,6 @@ use Mojo::JSON;
sub post_lcc_transactions {
my $c = shift;
use Devel::Dwarn;
Dwarn "hello";
my $user = $c->stash->{api_user};
# TODO Check the user is lancaster city council

View File

@ -44,9 +44,6 @@ sub _row_to_result {
Pear::LocalLoop::Error->throw("Cannot find an organisation with supplier_id $supplier_id");
}
use Devel::Dwarn;
Dwarn $organisation->entity->id;
my $date_formatter = DateTime::Format::Strptime->new(
pattern => '%Y/%m/%d'
);