From 33251e65666c4619c8551c515d85ca28d161a112 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 7 Jun 2016 22:03:31 +0100 Subject: [PATCH] Remove default options that shouldn't be part of this PR --- src/SdkConfig.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SdkConfig.js b/src/SdkConfig.js index 1452aaa64b..ca0b7455d8 100644 --- a/src/SdkConfig.js +++ b/src/SdkConfig.js @@ -15,10 +15,6 @@ limitations under the License. */ var DEFAULTS = { - // URL to a page we show in an iframe to configure integrations - integrations_ui_url: "https://scalar.vector.im/", - // Base URL to the REST interface of the integrations server - integrations_rest_url: "https://scalar.vector.im/api", }; class SdkConfig {