Skip to content

Commit

Permalink
Remove commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 19, 2021
1 parent 2542959 commit e169160
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugins/config/src/FromConfigAdapter/configSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ export const configSchema = ConfigurationSchema(
type: 'string',
defaultValue: 'SimpleFeature',
},
// noAssemblyManager: {
// type: 'boolean',
// defaultValue: false,
// },
},
{ explicitlyTyped: true },
)
Expand Down Expand Up @@ -45,14 +41,6 @@ export const sequenceConfigSchema = ConfigurationSchema(
type: 'string',
defaultValue: 'SimpleFeature',
},

// occasionally assemblies may not be associated with the assemblyManager
// e.g. in the case of the "read assembly" that is used in read vs ref
// visualizations
// noAssemblyManager: {
// type: 'boolean',
// defaultValue: false,
// },
},
{ explicitlyTyped: true },
)

0 comments on commit e169160

Please sign in to comment.