got rid of dwarn statements
This commit is contained in:
parent
efbf8cbad7
commit
5203df3d50
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
);
|
||||
|
|
Reference in a new issue