diff --git a/ckanext/harvest/logic/action/delete.py b/ckanext/harvest/logic/action/delete.py index 3e34aff..cf22363 100644 --- a/ckanext/harvest/logic/action/delete.py +++ b/ckanext/harvest/logic/action/delete.py @@ -14,12 +14,6 @@ def harvest_source_delete(context, data_dict): which will delete the actual harvest type dataset and the HarvestSource object (via the after_delete extension point). - :param id: the name or id of the harvest source to delete - :type id: string - - :returns: the newly created harvest source - :rtype: dictionary - """ log.info('Deleting harvest source: %r', data_dict)