Skip to content

Commit

Permalink
✨ (core): Log on build sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Feb 15, 2024
1 parent 14c00ad commit c6cb4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/api/DeviceSdkBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export class LedgerDeviceSdkBuilder {
loggers: LoggerSubscriber[] = [];

build(): DeviceSdk {
console.log("Building DeviceSdk");
return new DeviceSdk({ stub: this.stub, loggers: this.loggers });
}

Expand Down

0 comments on commit c6cb4a7

Please sign in to comment.