mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
Removed logging
This commit is contained in:
parent
e5b8ed9e15
commit
626015302e
1 changed files with 0 additions and 1 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Reference in a new issue