--- lib/PXElator/store.pm 2014/05/25 08:47:28 569 +++ lib/PXElator/store.pm 2014/05/25 08:49:40 570 @@ -9,14 +9,14 @@ our $audit; -eval { - require MongoDB; - - my $conn = MongoDB::Connection->new; - my $db = $conn->get_database( 'pxelator' ); - $audit = $db->get_collection( 'audit' ); -}; -warn "ERROR: no store for audit: $@" if $@; +#eval { +# require MongoDB; +# +# my $conn = MongoDB::Connection->new; +# my $db = $conn->get_database( 'pxelator' ); +# $audit = $db->get_collection( 'audit' ); +#}; +#warn "ERROR: no store for audit: $@" if $@; sub audit {