We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1a36 commit c7e0770Copy full SHA for c7e0770
src/main/javascript/view/OperationView.js
@@ -649,7 +649,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
649
650
//adds curl output
651
var curlCommand = this.model.asCurl(this.map);
652
- console.log(curlCommand);
653
curlCommand = curlCommand.replace('!', '!');
654
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');
655
0 commit comments