Forgotten debugging
Peter Rabbitson [Wed, 29 Apr 2009 13:40:03 +0000 (13:40 +0000)]
t/81transactions.t

index 7f31317..32d5f17 100644 (file)
@@ -276,8 +276,6 @@ $schema->storage->disconnect;
     my $w;
     local $SIG{__WARN__} = sub { $w = shift };
 
-    $schema->storage->debug (1);
-
     # The 0 arg says don't die, just let the scope guard go out of scope 
     # forcing a txn_rollback to happen
     outer($schema, 0);