From 7b609b73d502c289dd391a4eefd784d956974199 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Mon, 6 Jan 2025 09:50:37 -0500 Subject: [PATCH] Remove all of the extra console.log --- app/javascript/application.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/javascript/application.js b/app/javascript/application.js index b27941d..34d8534 100644 --- a/app/javascript/application.js +++ b/app/javascript/application.js @@ -5,9 +5,3 @@ import "@uswds/uswds" import { i18n } from './i18n'; console.log(i18n.t('shared.banner.official_site')); - -console.log("There are two application.js files now!"); - -console.log("There are now three application.js files!"); - -console.log("Fourth app.js update!");