Changeset 1355


Ignore:
Timestamp:
06/25/15 15:37:51 (9 years ago)
Author:
nanardon
Message:

Remove debug message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/objects.pm

    r1347 r1355  
    192192        my $attr = $base->attribute($class->type, $_) or next; 
    193193        $_ =~ /^exported$/ and $data{$_} = $data{$_} ? 1 : 0; 
    194         warn my $formatted = ref($data{$_}) 
     194        my $formatted = ref($data{$_}) 
    195195            ? map { $attr->input($_) } @{ $data{$_} } 
    196196            : $attr->input($data{$_}); 
Note: See TracChangeset for help on using the changeset viewer.