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