From 6d4a7538526488ec982ae1d6c1297bfe896966cb Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:04:53 -0700 Subject: [PATCH] Remove somewhat unnecessary console log --- features/align-to-center/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/align-to-center/script.js b/features/align-to-center/script.js index f0af171e..b0a47b17 100644 --- a/features/align-to-center/script.js +++ b/features/align-to-center/script.js @@ -65,8 +65,6 @@ export default async function ({ feature, console }) { } }); - console.log("hey"); - ScratchTools.waitForElements( ".project-notes .project-textlabel", function (div) {