removed logging

This commit is contained in:
Tony Tam
2015-06-06 08:22:40 -07:00
parent 7cc1a36d95
commit c7e07705f2

View File

@@ -649,7 +649,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
//adds curl output
var curlCommand = this.model.asCurl(this.map);
console.log(curlCommand);
curlCommand = curlCommand.replace('!', '!');
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');