diff --git a/ckanext/harvest/logic/validators.py b/ckanext/harvest/logic/validators.py index 3f79b695..0ee1cf70 100644 --- a/ckanext/harvest/logic/validators.py +++ b/ckanext/harvest/logic/validators.py @@ -106,8 +106,6 @@ def harvest_source_url_validator(key, data, errors, context): raise Invalid('There already is a Harvest Source for this URL (& ' 'config): url=%s config=%s' % (new_url, new_config)) - #return data[key] - def harvest_source_type_exists(value, context): # TODO: use new description interface @@ -215,7 +213,6 @@ def harvest_source_extra_validator(key, data, errors, context): data[('extras',)] = package_extras - def harvest_source_convert_from_config(key, data, errors, context): config = data[key] if config: