mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove log
This commit is contained in:
@@ -218,7 +218,6 @@ export const projectDALFactory = (db: TDbClient) => {
|
||||
const findProjectByFilter = async (filter: Filter) => {
|
||||
try {
|
||||
if (filter.type === ProjectFilterType.ID) {
|
||||
console.log("filter.projectId", filter.projectId);
|
||||
return await findProjectById(filter.projectId);
|
||||
}
|
||||
if (filter.type === ProjectFilterType.SLUG) {
|
||||
|
||||
Reference in New Issue
Block a user