chore(API/index.ts): remove debugger statement for cleaner code

This commit is contained in:
cristhianzl 2023-10-20 11:32:25 -03:00
commit 315fe42e0b

View file

@ -629,7 +629,6 @@ export async function searchComponent(
tags?: [string]
) {
try {
debugger;
let url = `${BASE_URL_API}store/search/`;
const queryParams: any = [];
if (query !== undefined) {