removed the mistaken debug code
John Napiorkowski [Wed, 9 Jul 2008 17:51:26 +0000 (17:51 +0000)]
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;