mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
fix(search-command): remove console log for project debugging
This commit is contained in:
parent
b4e29dab39
commit
3b7d009841
@ -89,7 +89,6 @@ export const SearchCommand = () => {
|
||||
<CommandGroup heading={"Projects"}>
|
||||
<CommandList>
|
||||
{data?.map((project) => {
|
||||
console.log("project", project);
|
||||
const productionEnvironment = project.environments.find(
|
||||
(environment) => environment.name === "production",
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user