🐞 Fixed a bug with search_results_updated listener for AirDC++

This commit is contained in:
2021-09-23 22:40:37 -07:00
parent 2ba6e23efa
commit 51e9397055
4 changed files with 22 additions and 8 deletions

View File

@@ -16,6 +16,6 @@ export const detectTradePaperbacks = (deck): any => {
return item;
}
});
console.log(compact(matches));
// console.log(compact(matches));
return compact(matches);
};