From 1ad7d5e4a43b7afa88431091ce0edfa028ba475a Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 16 Nov 2016 10:20:28 +0100 Subject: [PATCH] removed warning --- js/client/tests/shell/shell-foxx-app-spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/client/tests/shell/shell-foxx-app-spec.js b/js/client/tests/shell/shell-foxx-app-spec.js index d59758edb3..f53789c238 100644 --- a/js/client/tests/shell/shell-foxx-app-spec.js +++ b/js/client/tests/shell/shell-foxx-app-spec.js @@ -7,7 +7,6 @@ var fs = require('fs'); var internal = require('internal'); var basePath = fs.makeAbsolute(fs.join(internal.startupPath, 'common', 'test-data', 'apps')); var url = arango.getEndpoint().replace(/\+vpp/, '').replace(/^tcp:/, 'http:').replace(/^ssl:/, 'https:'); -require("console").warn(url); describe('HTTP headers in Foxx apps', function () { describe('Check request-response', function () {