Remove TODO.

This commit is contained in:
cahrens
2013-05-02 13:53:17 -04:00
parent c01410626f
commit e0ebe6dacb

View File

@@ -682,7 +682,6 @@ def save_item(request):
del existing_item._model_data[metadata_key]
del posted_metadata[metadata_key]
else:
# TODO, in here check if value is the same before setting.
existing_item._model_data[metadata_key] = value
# commit to datastore