From f827282805ed31b7fb087bbd02ceb008d46e526a Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 10 Aug 2022 09:29:36 -0400 Subject: [PATCH] CSR-690 Cleanup --- src/helpers/heritage-integration/cookie-helper.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/heritage-integration/cookie-helper.js b/src/helpers/heritage-integration/cookie-helper.js index f466bb9b8..775a64fec 100644 --- a/src/helpers/heritage-integration/cookie-helper.js +++ b/src/helpers/heritage-integration/cookie-helper.js @@ -1,7 +1,6 @@ import { cookieNames } from "@/constants/cookie-names"; import store from "@/store"; import { applicationConfig } from "@/constants/application-config"; -// import { getDateForSavedSessionTimeout } from "@/helpers/heritage-integration/session-helper"; /* Will update the cookie if present, or create a new one if not.