From 52e7ff95b017d249291831cc2be1c493c7aefb37 Mon Sep 17 00:00:00 2001 From: pnogal <paulina.nogal@wisc.edu> Date: Wed, 27 Feb 2019 15:15:58 -0600 Subject: [PATCH] Add confirm dialog when moving course with packages --- .../degree-planner/term-container/term-container.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/degree-planner/term-container/term-container.component.ts b/src/app/degree-planner/term-container/term-container.component.ts index 253d445..2d38e1e 100644 --- a/src/app/degree-planner/term-container/term-container.component.ts +++ b/src/app/degree-planner/term-container/term-container.component.ts @@ -151,7 +151,6 @@ export class TermContainerComponent implements OnInit, OnDestroy { const { id } = event.item.data; const newIndex = event.currentIndex; const { classNumber } = event.item.data as Course; - console.log('classNumber', classNumber); if (classNumber !== null) { // If moving course with packages to future term -- GitLab