Remove duplicate save sps id logic

Save cert sps id should only occur once.

Change-Id: I7535c7285933c3cc80febc6e48995c0132de3410
This commit is contained in:
Isaac Mungai 2016-07-06 09:00:03 -04:00
parent a891d47775
commit 142d0ae929
1 changed files with 0 additions and 5 deletions

View File

@ -170,11 +170,6 @@ class CertificateController(base.CertificateBase):
this_sps_id,
this_job_id
)
self.cert_info_storage.save_cert_last_ids(
san_cert_name,
this_sps_id,
this_job_id
)
cert_copy = copy.deepcopy(cert_obj.to_dict())
(
cert_copy['cert_details']