removed console log, updated swagger.js

This commit is contained in:
Tony Tam
2013-07-31 08:11:51 -07:00
parent c6f2aada45
commit b2637fc4bc
5 changed files with 13 additions and 5 deletions

1
dist/swagger-ui.js vendored
View File

@@ -1757,7 +1757,6 @@ templates['status_code'] = template(function (Handlebars,depth0,helpers,partials
_ref = this.model.parameters;
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
param = _ref[_i];
console.log("looking at " + param.dataType);
if (param.dataType.toLowerCase() === 'file') {
if (!contentTypeModel.consumes) {
console.log("set content type ");