Skip to content

Commit 0238bad

Browse files
committed
refactor(pr): Removed a console.log based on the PR comments
1 parent e35393c commit 0238bad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/shared/services/addons/addons.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ export class AddonsService {
182182
>(`${environment.addonsApiUrl}/addon-operation-invocations/`, invocationRequestPayload)
183183
.pipe(
184184
map((response) => {
185-
console.log('Create Addon Operation invocation created:', response);
186185
return AddonMapper.fromOperationInvocationResponse(response.data);
187186
})
188187
);

0 commit comments

Comments
 (0)