Removed runThePopup

This commit is contained in:
NDevTK
2022-05-19 18:49:45 +01:00
committed by Ajay
parent b5482b6527
commit afee681575
2 changed files with 1 additions and 11 deletions

View File

@@ -831,9 +831,4 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
//end of function
}
if (chrome.tabs != undefined) {
//this means it is actually opened in the popup
runThePopup();
}
export default runThePopup;
runThePopup();