From 6c55143e963b146ae28c7cd830704b4c4f9ea5f4 Mon Sep 17 00:00:00 2001 From: djknaeckebrot Date: Thu, 12 Dec 2024 08:33:23 +0100 Subject: [PATCH] chore: remove debug logging --- apps/dokploy/components/dashboard/search-command.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/search-command.tsx b/apps/dokploy/components/dashboard/search-command.tsx index 6ee71df6..bffbc86d 100644 --- a/apps/dokploy/components/dashboard/search-command.tsx +++ b/apps/dokploy/components/dashboard/search-command.tsx @@ -51,8 +51,6 @@ export const SearchCommand = () => { return () => document.removeEventListener("keydown", down); }, []); - console.log("DEBUG: data: ", data); - return (