about summary refs log tree commit diff stats
path: root/src/pages/background/background.js
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-09 13:11:05 +0100
committerHygna <hygna@proton.me>2022-10-09 13:11:05 +0100
commit375f4371c3c5e703b07ae3e3d677315134a035ce (patch)
treef9168e19cf33e0a01e53b0fb72f3436e5db74ae3 /src/pages/background/background.js
parentChanged order of Mirror repos (diff)
downloadlibredirect-375f4371c3c5e703b07ae3e3d677315134a035ce.zip
Toggle current instance in popup
Fixed bug where testing latency of multiple frontends at the same time wouldn't save all of the timings
Diffstat (limited to 'src/pages/background/background.js')
-rw-r--r--src/pages/background/background.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index d252e580..dd8f1715 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -232,7 +232,6 @@ browser.contextMenus.onClicked.addListener((info, tab) => {
 					}
 				}
 			case "redirectLink":
-				console.log(info.linkUrl)
 				const tmpUrl = new URL(info.linkUrl)
 				const newUrl = servicesHelper.redirect(tmpUrl, "main_frame", null, true)
 				if (newUrl) browser.tabs.create({ url: newUrl })