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
|
||||
|
|
Reference in a new issue