[marketpalce] Remove comment from code.

This commit is contained in:
AlexeyMatveev686
2023-04-17 15:34:13 +03:00
parent b7907776ba
commit f913de475d

View File

@ -304,7 +304,6 @@ window.addEventListener('message', function(message) {
makeSearch(searchVal.toLowerCase());
else
this.document.getElementById(message.guid).remove();
// showListofPlugins(false);
} else {
changeAfterInstallOrRemove(false, message.guid, bHasLocal);
}