Skip to content

Commit

Permalink
chore: remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Nov 14, 2023
1 parent 846ce81 commit 3560e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/data/suggestions/SuggestionDataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export class SuggestionDataService extends EventEmitter {
}))
.filter((cs) => cs.componentId); // If componentId is null then the component this was suggested for may no longer exist

console.log("copy", controls);

await this.bulkInsert(toModelId, {
threats,
controls,
Expand Down

0 comments on commit 3560e62

Please sign in to comment.