From 2184d5fb74c70076dd03ac7a0a7b92791f36303f Mon Sep 17 00:00:00 2001 From: Peter Kong Date: Mon, 30 Sep 2024 12:47:50 -0400 Subject: [PATCH] remove comment --- .../client/app/bundles/Shared/libs/activityPreviewHelpers.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/services/QuillLMS/client/app/bundles/Shared/libs/activityPreviewHelpers.tsx b/services/QuillLMS/client/app/bundles/Shared/libs/activityPreviewHelpers.tsx index 944be9b4e4c..640c6dcb6e5 100644 --- a/services/QuillLMS/client/app/bundles/Shared/libs/activityPreviewHelpers.tsx +++ b/services/QuillLMS/client/app/bundles/Shared/libs/activityPreviewHelpers.tsx @@ -3,7 +3,6 @@ import { stripHtml } from "string-strip-html"; import clip from "text-clipper"; import ReactHtmlParser from 'react-html-parser'; -//import { BECAUSE, BUT, CHECKLIST, Feedback, INTRODUCTION, READ_AND_HIGHLIGHT, SO, getLatestAttempt } from '../../Shared/index'; import { QuestionObject, Activity } from '../interfaces'; import { PromptInterface } from '../../Staff/interfaces/evidenceInterfaces'; import { getLatestAttempt } from './getLatestAttempt';