projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2b4fdf5
)
Forgotten debugging
Peter Rabbitson [Wed, 29 Apr 2009 13:40:03 +0000 (13:40 +0000)]
t/81transactions.t
patch
|
blob
|
blame
|
history
diff --git
a/t/81transactions.t
b/t/81transactions.t
index
7f31317
..
32d5f17
100644
(file)
--- 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);