diff --git a/js/apps/system/aardvark/frontend/js/views/appDocumentationView.js b/js/apps/system/aardvark/frontend/js/views/appDocumentationView.js index 70aabdaf28..452cc69f84 100644 --- a/js/apps/system/aardvark/frontend/js/views/appDocumentationView.js +++ b/js/apps/system/aardvark/frontend/js/views/appDocumentationView.js @@ -14,7 +14,6 @@ initialize: function() { var internal = require("internal"); var url = internal.arango.databasePrefix("/_admin/aardvark/docu/" + this.options.key); - console.log(this.options.key); this.swaggerUi = new SwaggerUi({ discoveryUrl: url, apiKey: false,