Temporarily disable SegmentationMode
This commit is contained in:
parent
25ded882ec
commit
066ba97bc9
@ -72,7 +72,7 @@ function appInit(appConfigOrFunc, defaultExtensions) {
|
|||||||
// TODO: Remove this
|
// TODO: Remove this
|
||||||
if (!appConfig.modes.length) {
|
if (!appConfig.modes.length) {
|
||||||
appConfig.modes.push(window.longitudinalMode);
|
appConfig.modes.push(window.longitudinalMode);
|
||||||
appConfig.modes.push(window.segmentationMode);
|
// appConfig.modes.push(window.segmentationMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user