Skip to content

Commit 3b7d009

Browse files
committed
fix(search-command): remove console log for project debugging
1 parent b4e29da commit 3b7d009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/dokploy/components/dashboard/search-command.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export const SearchCommand = () => {
8989
<CommandGroup heading={"Projects"}>
9090
<CommandList>
9191
{data?.map((project) => {
92-
console.log("project", project);
9392
const productionEnvironment = project.environments.find(
9493
(environment) => environment.name === "production",
9594
);

0 commit comments

Comments
 (0)