From f4fe85907db422206833ee95796f2b4bcec375a9 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 14 Jun 2024 12:44:44 +0200 Subject: [PATCH] [skip-ci] removed redundant config --- infrastructure/web/image/resources/settings-config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infrastructure/web/image/resources/settings-config.js b/infrastructure/web/image/resources/settings-config.js index 3a77c79..4080268 100644 --- a/infrastructure/web/image/resources/settings-config.js +++ b/infrastructure/web/image/resources/settings-config.js @@ -564,12 +564,6 @@ config.testing = { enableAv1Support: {{ $TESTING_AV1_SUPPORT }} }; -// Settings for the Excalidraw whiteboard integration. -if (!config.hasOwnProperty('whiteboard')) config.whiteboard = {}; -config.whiteboard.enabled = {{ $WHITEBOARD_ENABLED }}; -config.whiteboard.collabServerBaseUrl = '{{ $WHITEBOARD_COLLAB_SERVER_PUBLIC_URL }}'; - - // CUSTOM ADJUSTMENTS config.disableThirdPartyRequests = true; config.channelLastN = 8;