removed the mistaken debug code
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
index 7dd1d0d..888e624 100644 (file)
@@ -424,14 +424,6 @@ sub execute_reliably {
     $self->throw_exception('Second argument must be a coderef');
   }
   
-    my $t0 = new Benchmark;
-    my $clone = $self->clone;
-    my $t1 = new Benchmark;
-    my $td = timediff($t1, $t0);
-    warn "----------------- the code took:",timestr($td),"\n";
-      
-
-  
   ##Get copy of master storage
   my $master = $self->master;