From 60b2371bb1cccb918e24cedf5d7811d2295c264d Mon Sep 17 00:00:00 2001 From: rylim <36293596+rylim@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:40:46 -0700 Subject: [PATCH] Remove redundant comment --- bin/build-site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/build-site.js b/bin/build-site.js index 4dc431c9..e3596305 100755 --- a/bin/build-site.js +++ b/bin/build-site.js @@ -288,7 +288,6 @@ async function buildSite() { const notFoundTemplate = swig.compileFile( path.join( sitePath, 'templates', '404.html' ) ); - // writePage( '404.html', '

Test Custom 404

' ); writePage( '404.html', notFoundTemplate( { notFoundStyles } ) );