diff --git a/public/scripts/extensions/regex/index.js b/public/scripts/extensions/regex/index.js
index 2cb4c2b5b..2920386e9 100644
--- a/public/scripts/extensions/regex/index.js
+++ b/public/scripts/extensions/regex/index.js
@@ -171,7 +171,6 @@ async function onRegexEditorOpenClick(existingId) {
// Workaround for loading in sequence with other extensions
// NOTE: Always puts extension at the top of the list, but this is fine since it's static
jQuery(async () => {
- console.log("REGEX CALLED")
// Manually disable the extension since static imports auto-import the JS file
if (extension_settings.disabledExtensions.includes("regex")) {
return;