make Call command not return anything so _merge doesn't try and merge the row count
[dbsrgits/DBIx-Data-Store-old.git] / lib / Data / Perl / Stream / Array.pm
index 8d4f325..cb0ccf5 100644 (file)
@@ -7,8 +7,6 @@ has _array => (is => 'rw', required => 1, init_arg => 'array');
 
 method BUILD { $self->_array([ @{$self->_array} ]) }
 
-use Devel::Dwarn;
-
 method next {
   my $ary = $self->_array;
   return unless @$ary;