remove junk
Arthur Axel 'fREW' Schmidt [Tue, 29 May 2012 02:15:19 +0000 (21:15 -0500)]
lib/DBIx/Class/SQLMaker/Converter.pm

index 5f5c6d9..74b7649 100644 (file)
@@ -163,8 +163,6 @@ sub _join_to_dq {
       undef($join_type) unless $join_type =~ s/^(left|right).*/$1/;
     }
 
-    $join_type ||= lc($self->{_default_jointype});
-
     $cur_dq = +{
       type => DQ_JOIN,
       ($join_type ? (outer => $join_type) : ()),