From 05dd65718f1bafcdb7ddbc6a3f8afe8dc3e36249 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 13 May 2019 16:28:46 +0200 Subject: [PATCH] Remove unused CLOUDRON_ID --- src/routes/test/apps-test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index 7d9e488aa..31a93bbb1 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -56,8 +56,6 @@ const DOMAIN_0 = { tlsConfig: { provider: 'fallback' } }; -const CLOUDRON_ID = 'somecloudronid'; - var APP_STORE_ID = 'test', APP_ID; var APP_LOCATION = 'appslocation'; var APP_LOCATION_2 = 'appslocationtwo';