Revert "Fix broken shadow ban check"

This reverts commit 65f7f9605f.
This commit is contained in:
Ajay Ramachandran
2020-09-04 12:17:09 -04:00
parent 65f7f9605f
commit e0c6b687d3

View File

@@ -633,8 +633,6 @@ function sponsorsLookup(id: string) {
getRequest.then(async (response: FetchResponse) => {
if (response?.ok) {
let getResult = JSON.parse(response.responseText);
console.log(getResult);
alert(getResult.length);
if (Config.config.hashPrefix) {
getResult = getResult.filter((video) => video.videoID === id);
if (getResult.length > 0) {