Skip to content

Commit

Permalink
πŸ”‡ Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Apr 26, 2024
1 parent 870e941 commit 564663c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/content/src/browser/components/browserAction.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// @ts-check
/// <reference types="@browser/link" />
import { browserImports } from '../browserImports.js'
Expand All @@ -22,8 +21,6 @@ const EXTENSION_CONTENT_SCRIPT =
* @returns {import('svelte/action').ActionReturn<Parameters, Attributes>}
*/
export function actionPanel(panel, { url, launchTarget }) {
console.log(open)

let extensionUri = browserImports.NetUtil.newURI(url)
let browser = createBrowser(ABOUT_BLANK, {
disableglobalhistory: 'true',
Expand Down

0 comments on commit 564663c

Please sign in to comment.