File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
products/statement-generator/src/pages Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { AppUrl } from 'contexts/RoutingProps';
99import RoutingContext from 'contexts/RoutingContext' ;
1010import { getPreviewConfig , getPreviewStatement } from 'helpers/previewHelper' ;
1111import { getSectionTitle } from 'helpers/i18nHelper' ;
12- import { generateClosing } from 'helpers/statementGenerators' ;
1312
1413function 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' ,
You can’t perform that action at this time.
0 commit comments