From 7322f88733036734e51ea5ed569d7cefd7220eb1 Mon Sep 17 00:00:00 2001 From: Cappy Popp <356651+cappypopp@users.noreply.github.com> Date: Thu, 7 Jan 2021 13:10:05 -0500 Subject: [PATCH] removed debugging messages --- LinkedIn - Demo Form Autofill.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html index 292e44e..1030249 100644 --- a/LinkedIn - Demo Form Autofill.html +++ b/LinkedIn - Demo Form Autofill.html @@ -28,9 +28,7 @@ fillScript.setAttribute('data-field-' + tagName, tagName + '-flag'); }, linkedInAutofillClicked = false; - - console.log(firstRow); - console.log(mktoForm); + // style the holder div iframeHolderDiv.style.textAlign = 'center'; iframeHolderDiv.style.margin = '10px 0px';