Skip to content

Commit

Permalink
Removed console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Mar 26, 2024
1 parent 3f468ff commit 3c8a29c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ export function WorkspaceCreateFinding(props: CreateFindingProps) {
handleApiError(async ({ uuid }) => {
await Promise.all(
affectedUploaded.map((a) => {
console.log(a);
return Api.workspaces.findings
Api.workspaces.findings
.addAffected(workspace, uuid, a)
.then(handleApiError());
}),
Expand Down

0 comments on commit 3c8a29c

Please sign in to comment.