Skip to content

Commit

Permalink
Update logs in WebviewExecutionService
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 14, 2022
1 parent cd822dc commit 6959c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/Views/Wallet/WebviewExecutionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ export default class WebviewExecutionService extends AbstractExecutionService<Wi
stream: BasePostMessageStream;
}> {
// eslint-disable-next-line no-console
console.log('------------ [INIT ENV STREAM] ------------. Data:', jobId);
console.log(
'[EXEC SERVICE LOG] WebviewExecutionService+_initEnvStream: Init env stream for job',
jobId,
);
const iframeWindow = snapsState.webview;
const stream = snapsState.stream;

Expand Down

0 comments on commit 6959c8c

Please sign in to comment.