Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Apr 4, 2024
1 parent b2945db commit beed726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ downloadEvent.addListener(async function (item) {
const height = 600
const left = Math.round((currentWindow.width - width) * 0.5 + currentWindow.left)
const top = Math.round((currentWindow.height - height) * 0.5 + currentWindow.top)
console.log("onCreated 222", currentWindow, width, height, left, top)
chrome.windows.create({
url: `tabs/create.html?asset=${encodeURIComponent(
JSON.stringify(asset)
Expand Down

0 comments on commit beed726

Please sign in to comment.