From 626015302ed48537fb7c5999adb275d3bd4a2fb4 Mon Sep 17 00:00:00 2001 From: Alyssa X Date: Wed, 12 Jan 2022 15:15:14 +0100 Subject: [PATCH] Removed logging --- src/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content.js b/src/content.js index 69cf62c..5b76308 100644 --- a/src/content.js +++ b/src/content.js @@ -148,7 +148,6 @@ $(document).ready(function(){ // Handle actions from the omni function handleAction() { var action = actions.find(x => x.title == $(".omni-item-active .omni-item-name").text()); - console.log(action); closeOmni(); if ($(".omni-extension input").val().toLowerCase().startsWith("/remove")) { chrome.runtime.sendMessage({request:"remove", type:action.type, action:action});