* removed a warn
Jesse Vincent [Sat, 28 Jul 2007 22:33:29 +0000 (17:33 -0500)]
t/jdbi-t/06filter_storable.t

index d91d457..8a3633a 100644 (file)
@@ -46,7 +46,6 @@ SKIP: {
    ok($rec->load($id), 'loaded record');
    is($rec->id, $id, 'record id matches');
 
-   warn $rec->__value('my_data');
    is(ref $rec->my_data, 'HASH', 'my_data is a HASH');
    is_deeply($rec->my_data, $complex_data, 'my_data matches initial data');