diff --git a/elephant.py b/elephant.py index 07a9e5b..261cbbf 100644 --- a/elephant.py +++ b/elephant.py @@ -235,8 +235,6 @@ def put_record(uuid): def delete_record(uuid): """Deletes a given record.""" - paywall(safe=False) - collection[uuid].delete() return redirect('/')