Remove debugging code

This commit is contained in:
shinigami-eyes 2020-04-13 08:27:44 +00:00
parent e5f90b00c4
commit c7c81e4333
1 changed files with 0 additions and 2 deletions

View File

@ -545,8 +545,6 @@ browser.contextMenus.onClicked.addListener(function (info, tab) {
if (response.secondaryIdentifier && badIdentifiers[response.secondaryIdentifier])
response.secondaryIdentifier = null;
}
if (response.debug && /^facebook\.com\/[a-zA-Z]/.test(response.identifier))
alert('Note: could not find numeric id for ' + response.identifier);
response.tabId = tabId;
response.frameId = frameId;
saveLabel(response);