Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 379df82

Browse files
Remove commented code
1 parent 89fe4e3 commit 379df82

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/projects/components/projects/projects.component.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,6 @@ export class ProjectsComponent implements OnInit, OnDestroy {
226226
return tokenizer
227227
}
228228

229-
// importSampleProject(projectName) {
230-
// this.projectApolloService.createSampleProject(projectName).pipe(first()).subscribe((p: Project) => {
231-
// if (this.router.url == "/projects") {
232-
// this.router.navigate(['projects', p.id, 'overview']);
233-
// }
234-
// });
235-
// }
236-
237-
238229
canCreateProject(): boolean {
239230
if (!this.name?.value) return false;
240231
if (this.name.value.trim() == '') return false;

0 commit comments

Comments
 (0)