Skip to content

Commit a8cdf80

Browse files
committed
#1526 - remove console log
1 parent 90b6dae commit a8cdf80

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/backend/src/utils/projects.utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ export const checkMaterialInputs = async (
7575
unitName?: string,
7676
assemblyId?: string
7777
) => {
78-
console.log('test');
79-
8078
if (assemblyId) {
8179
const assembly = await prisma.assembly.findFirst({ where: { assemblyId } });
8280
if (!assembly) throw new NotFoundException('Assembly', assemblyId);

0 commit comments

Comments
 (0)