removed logging
This commit is contained in:
@@ -649,7 +649,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
|||||||
|
|
||||||
//adds curl output
|
//adds curl output
|
||||||
var curlCommand = this.model.asCurl(this.map);
|
var curlCommand = this.model.asCurl(this.map);
|
||||||
console.log(curlCommand);
|
|
||||||
curlCommand = curlCommand.replace('!', '!');
|
curlCommand = curlCommand.replace('!', '!');
|
||||||
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');
|
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user