commented out a console.log debug statement
This commit is contained in:
parent
c65d29a918
commit
fef2b58213
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ async function sendPrompt(prompt_id, tabId){
|
||||||
document.getElementById('mzta_search_input').style.display = 'none';
|
document.getElementById('mzta_search_input').style.display = 'none';
|
||||||
document.getElementById('mzta_sending_prompt').style.display = 'block';
|
document.getElementById('mzta_sending_prompt').style.display = 'block';
|
||||||
let response = await browser.runtime.sendMessage({command: "shortcut_do_prompt", tabId: tabId, promptId: prompt_id});
|
let response = await browser.runtime.sendMessage({command: "shortcut_do_prompt", tabId: tabId, promptId: prompt_id});
|
||||||
console.log(">>>>>>>>>>>>>>>>> response: " + JSON.stringify(response));
|
// console.log(">>>>>>>>>>>>>>>>> response: " + JSON.stringify(response));
|
||||||
if(response.ok == '1'){
|
if(response.ok == '1'){
|
||||||
window.close();
|
window.close();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue