From 315fe42e0b9663bd64d1fb6863ce912b006dd3b5 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Fri, 20 Oct 2023 11:32:25 -0300 Subject: [PATCH] chore(API/index.ts): remove debugger statement for cleaner code --- src/frontend/src/controllers/API/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/controllers/API/index.ts b/src/frontend/src/controllers/API/index.ts index b7acd60d8..298d017c5 100644 --- a/src/frontend/src/controllers/API/index.ts +++ b/src/frontend/src/controllers/API/index.ts @@ -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) {