Skip to content

Commit

Permalink
Update logs in Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 14, 2022
1 parent ffc31d4 commit 45426b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ class Engine {
});

this.setupSnapProvider = (snapId, connectionStream) => {
console.log('method setupSnapProvider', !!connectionStream, snapId);
console.log(
'[ENGINE LOG] Engine+setupSnapProvider: Setup stream for Snap',
snapId,
);
const bridge = new SnapBridge({
snapId,
connectionStream,
Expand Down

0 comments on commit 45426b0

Please sign in to comment.