X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F81transactions.t;h=32d5f17ec9a96cb0cf3234e65caea5376142a3b5;hb=a33d2444e0981129eb060521de27c5e2104f37ba;hp=7f31317b8bfb374f327a61db9b91ed63d88aaf17;hpb=aab0d3b7fa814597c897c0cd50c1c47714d477bd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/81transactions.t b/t/81transactions.t index 7f31317..32d5f17 100644 --- a/t/81transactions.t +++ b/t/81transactions.t @@ -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);