Removed logging

This commit is contained in:
Alyssa X 2022-01-12 15:15:14 +01:00
parent e5b8ed9e15
commit 626015302e

View file

@ -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});