summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Collection.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave/Collection.pm')
-rw-r--r--lib/DeWeave/Collection.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/DeWeave/Collection.pm b/lib/DeWeave/Collection.pm
index 803a8cc..42669ba 100644
--- a/lib/DeWeave/Collection.pm
+++ b/lib/DeWeave/Collection.pm
@@ -17,7 +17,6 @@ sub from_json {
my $j = JSON::Any->new;
my $args = $j->decode($json);
- use Data::Dump 'pp';warn pp $args;
my @items = map {
DeWeave::EDO->new({%$_,__crypt=>$crypt})