Skip to content

Commit c7e0770

Browse files
committed
removed logging
1 parent 7cc1a36 commit c7e0770

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/javascript/view/OperationView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
649649

650650
//adds curl output
651651
var curlCommand = this.model.asCurl(this.map);
652-
console.log(curlCommand);
653652
curlCommand = curlCommand.replace('!', '!');
654653
$( '.curl', $(this.el)).html('<pre>' + curlCommand + '</pre>');
655654

0 commit comments

Comments
 (0)