Skip to content

Commit 71340fa

Browse files
committed
linted
1 parent d6c2a27 commit 71340fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

products/statement-generator/src/pages/PreviewPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { AppUrl } from 'contexts/RoutingProps';
99
import RoutingContext from 'contexts/RoutingContext';
1010
import { getPreviewConfig, getPreviewStatement } from 'helpers/previewHelper';
1111
import { getSectionTitle } from 'helpers/i18nHelper';
12-
import { generateClosing } from 'helpers/statementGenerators';
1312

1413
function PreviewPage() {
1514
const { formState, updateStepToForm } = useContext(FormStateContext);
@@ -37,7 +36,6 @@ function PreviewPage() {
3736
// hacky implementation to generate the heading & closing statement here
3837
// because it does not have a unique page to be generated via a preview
3938
useEffect(() => {
40-
console.log(currentStep)
4139
if (currentStep === AppUrl.IntroductionPreview) {
4240
const displayDate = new Date().toLocaleDateString('en-US', {
4341
year: 'numeric',

0 commit comments

Comments
 (0)