Skip to content

Commit

Permalink
Unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 19, 2021
1 parent 26dc3da commit 2c018ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/core/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,11 +770,6 @@ export async function renameRegionsIfNeeded<
regions: [...(args.regions || [])],
}

// configs can choose to not be associated with the assemblyManager (as with
// the "read assembly" in the read vs ref comparisons) and in this case a
// special flag exists (currently set on the FromConfigSequenceAdapter)
// called noAssemblyManager
// @ts-ignore
if (assemblyName) {
const refNameMap = await assemblyManager.getRefNameMapForAdapter(
adapterConfig,
Expand Down

0 comments on commit 2c018ab

Please sign in to comment.