From dc6314481e63f85fc1555db96683db9d9634aedd Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Wed, 5 Nov 2014 16:36:10 +0000 Subject: [PATCH] Removed console output --- .../system/aardvark/frontend/js/views/appDocumentationView.js | 1 - 1 file changed, 1 deletion(-) 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,