From ffaa45cb7d02b549922daf62f2f2924eb3f41d32 Mon Sep 17 00:00:00 2001 From: dee-yeet Date: Mon, 1 Jul 2019 10:14:39 -0400 Subject: [PATCH] Removed commented code. --- web/src/app/listing/component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/app/listing/component.ts b/web/src/app/listing/component.ts index 835fdaa0..9dd14be4 100644 --- a/web/src/app/listing/component.ts +++ b/web/src/app/listing/component.ts @@ -90,9 +90,6 @@ export class ListingComponent implements OnInit{ this.mouseMove = false; this.mouseDown = false; - - // this.selectionService.toggleCourse(this.listing); - // this.showingDescription= !(this.showingDescription); } public get tooltipDescription (): string {