Skip to content

Commit

Permalink
get rid of unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thesofakillers committed Nov 18, 2019
1 parent a54434b commit f6571ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPTrueOrFalse/src/popup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ window.onload = () => {
browser.tabs
.query({ active: true, currentWindow: true })
.then(query_result => {
console.log(query_result);
// ask it if the content script is already loaded
return browser.tabs.sendMessage(query_result[0].id, {
type: "loaded-check"
Expand Down

0 comments on commit f6571ab

Please sign in to comment.