Remove log

This commit is contained in:
Daniel Hougaard
2024-04-12 01:49:28 +02:00
parent 3131ae7dae
commit 39c2c37cc0

View File

@@ -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) {