[Bast-commits] r4564 - DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Wed Jul 9 18:51:27 BST 2008


Author: jnapiorkowski
Date: 2008-07-09 18:51:26 +0100 (Wed, 09 Jul 2008)
New Revision: 4564

Modified:
   DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm
Log:
removed the mistaken debug code

Modified: DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm
===================================================================
--- DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm	2008-07-09 17:40:37 UTC (rev 4563)
+++ DBIx-Class/0.08/branches/replication_dedux/lib/DBIx/Class/Storage/DBI/Replicated.pm	2008-07-09 17:51:26 UTC (rev 4564)
@@ -424,14 +424,6 @@
     $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;
   




More information about the Bast-commits mailing list