From: Peter Rabbitson Date: Wed, 29 Apr 2009 13:40:03 +0000 (+0000) Subject: Forgotten debugging X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32b24bace23cf9718fb209638f8cd51c479a1a43;p=dbsrgits%2FDBIx-Class-Historic.git Forgotten debugging --- 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);