Skip to content

Commit 00fa9df

Browse files
committed
fix(): remove redundant logs
1 parent 8dc0016 commit 00fa9df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/models/project.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ export default class ProjectModel extends AbstractModel<ProjectDBScheme> impleme
278278
pattern: payload.pattern,
279279
}
280280

281-
console.log('inserted new pattern to the db');
282-
283281
await this.collection.updateOne({
284282
_id: this._id,
285283
},
@@ -292,8 +290,6 @@ export default class ProjectModel extends AbstractModel<ProjectDBScheme> impleme
292290
}
293291
});
294292

295-
console.log('pattern: ', pattern);
296-
297293
return pattern;
298294
}
299295

0 commit comments

Comments
 (0)