removed unused var

This commit is contained in:
Tony Tam
2016-09-15 10:39:34 -07:00
parent 80e548df0a
commit cf96414f78
2 changed files with 2 additions and 3 deletions

View File

@@ -652,7 +652,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
// puts the response data in UI
showStatus: function(response) {
console.log(response.headers);
var url, content, blob;
var url, content;
if (response.content === undefined) {
content = response.data;
url = response.url;