Skip to content

Commit

Permalink
DOP-4414 cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 25, 2024
1 parent 73875bf commit 770ffcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/commands/src/scripts/local-build/utils/get-env-vars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const workerParamStrings = [
'/flag/monorepo_path',
'/atlas/collections/repo',
'/atlas/collections/docsets',
// '/atlas/collections/projects',
'/atlas/collections/job/queue',
'/atlas/collections/user/entitlements',
] as const;
Expand Down
2 changes: 0 additions & 2 deletions src/repositories/projectsRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { ILogger } from '../services/logger';

//Project information from docs_metadata.projects for parser builds.

// const projectsCollectionName = config.get('projectsCollection') || '';

export class ProjectsRepository extends BaseRepository {
constructor(db: mongodb.Db, config: IConfig, logger: ILogger) {
super(config, logger, 'ProjectsRepository', db.collection(process.env.PROJECTS_COL_NAME || ''));
Expand Down

0 comments on commit 770ffcc

Please sign in to comment.