Merge pull request #27 from juniorxsound/main
This commit is contained in:
commit
f9817a5fc9
1 changed files with 9 additions and 13 deletions
|
@ -174,7 +174,6 @@ export default class SheetObjectTemplate {
|
|||
* Not available in core.
|
||||
*/
|
||||
getMapOfValidSequenceTracks_forStudio(): IDerivation<IPropPathToTrackIdTree> {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
return this._cache.get('getMapOfValidSequenceTracks_forStudio', () =>
|
||||
this.getArrayOfValidSequenceTracks().map((arr) => {
|
||||
let map = {}
|
||||
|
@ -186,9 +185,6 @@ export default class SheetObjectTemplate {
|
|||
return map
|
||||
}),
|
||||
)
|
||||
} else {
|
||||
return new ConstantDerivation({})
|
||||
}
|
||||
}
|
||||
|
||||
getDefaultsAtPointer(
|
||||
|
|
Loading…
Reference in a new issue