From 57191960bf48c40ac0f7e805740f15927c026682 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 26 Mar 2011 12:05:17 +0000 Subject: crypto works! --- lib/DeWeave/Collection.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/DeWeave/Collection.pm') 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}) -- cgit v1.2.3