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

View File

@@ -32,7 +32,6 @@ class OperationView extends Backbone.View
contentTypeModel.produces = @model.produces
for param in @model.parameters
console.log "looking at " + param.dataType
if param.dataType.toLowerCase() == 'file'
if !contentTypeModel.consumes
console.log "set content type "