Skip to content

Commit 0462d69

Browse files
committed
bad merge
1 parent 29ff34f commit 0462d69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/static-webserver/client/source/class/osparc/utils/DisabledPlugins.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
3030
META_MODELING: "WEBSERVER_META_MODELING",
3131
FUNCTIONS: "WEBSERVER_FUNCTIONS",
3232
LICENSES: "WEBSERVER_LICENSES",
33-
FUNCTIONS: "WEBSERVER_FUNCTIONS",
3433

3534
isExportDisabled: function() {
3635
return this.__isPluginDisabled(this.EXPORT);
@@ -58,10 +57,6 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
5857
return this.__isPluginDisabled(this.LICENSES);
5958
},
6059

61-
isFunctionsDisabled: function() {
62-
return this.__isPluginDisabled(this.FUNCTIONS);
63-
},
64-
6560
__isPluginDisabled: function(key) {
6661
const statics = osparc.store.Store.getInstance().get("statics");
6762
if (statics) {

0 commit comments

Comments
 (0)