We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc0016 commit 00fa9dfCopy full SHA for 00fa9df
1 file changed
src/models/project.ts
@@ -278,8 +278,6 @@ export default class ProjectModel extends AbstractModel<ProjectDBScheme> impleme
278
pattern: payload.pattern,
279
}
280
281
- console.log('inserted new pattern to the db');
282
-
283
await this.collection.updateOne({
284
_id: this._id,
285
},
@@ -292,8 +290,6 @@ export default class ProjectModel extends AbstractModel<ProjectDBScheme> impleme
292
290
293
291
});
294
295
- console.log('pattern: ', pattern);
296
297
return pattern;
298
299
0 commit comments