Skip to content

Commit

Permalink
Remove unnecesary line
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 4, 2018
1 parent 4f634ba commit 48f6f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IM/REST.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ def RESTImportInfrastructure():

new_id = InfrastructureManager.ImportInfrastructure(data, auth)

bottle.response.headers['InfID'] = new_id
bottle.response.content_type = "text/uri-list"
res = get_full_url('/infrastructures/%s' % new_id)

Expand Down

0 comments on commit 48f6f1a

Please sign in to comment.