From: Matt S Trout Date: Tue, 29 May 2007 01:15:46 +0000 (+0000) Subject: fix up stupid mistake I made merging X-Git-Tag: v0.08010~150^2~48 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=353b0c3d4fafcab32177f034fc4a0767c82e7976;p=dbsrgits%2FDBIx-Class.git fix up stupid mistake I made merging --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index e4d885a..19b1a76 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -142,9 +142,6 @@ sub insert { if $self->can('result_source_instance'); $self->throw_exception("No result_source set on this object; can't insert") unless $source; - #use Data::Dumper; warn Dumper($self); - # Check if we stored uninserted relobjs here in new() - $source->storage->txn_begin if(!$self->{_rel_in_storage}); # Check if we stored uninserted relobjs here in new() my %related_stuff = (%{$self->{_relationship_data} || {}},