Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanSaracca committed Apr 11, 2024
1 parent 2e6e97c commit cf4ead7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sections/create-dataset/CreateDatasetFactory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import { useSearchParams } from 'react-router-dom'
import { CreateDatasetForm } from './CreateDatasetForm'
import { DatasetJSDataverseRepository } from '../../dataset/infrastructure/repositories/DatasetJSDataverseRepository'
import { MetadataBlockInfoJSDataverseRepository } from '../../metadata-block-info/infrastructure/repositories/MetadataBlockInfoJSDataverseRepository'
// import { MetadataBlockInfoMockRepository } from '../../stories/create-dataset/MetadataBlockInfoMockRepository'

const repository = new DatasetJSDataverseRepository()
const metadataBlockInfoRepository = new MetadataBlockInfoJSDataverseRepository()
// const metadataBlockInfoMockRepository = new MetadataBlockInfoMockRepository()

export class CreateDatasetFactory {
static create(): ReactElement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class MetadataBlockInfoMother {
}
}

// Only metadata blocks with displayOnCreate in true
static getByCollectionIdDisplayedOnCreateTrue(): MetadataBlockInfo[] {
return [
{
Expand Down

0 comments on commit cf4ead7

Please sign in to comment.