Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Stop capturing favicon URL. (#4801) (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba authored and jaredhirsch committed Sep 11, 2018
1 parent d41627f commit 07a742d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/webextension/background/takeshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ this.takeshot = (function() {
communication.register("takeShot", catcher.watchFunction((sender, options) => {
const { captureType, captureText, scroll, selectedPos, shotId } = options;
const shot = new Shot(main.getBackend(), shotId, options.shot);
shot.favicon = sender.tab.favIconUrl;
let imageBlob = options.imageBlob;
let capturePromise = Promise.resolve();
let openedTab;
Expand Down

0 comments on commit 07a742d

Please sign in to comment.