File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,7 @@ export default class MMIController extends EventEmitter {
152152
153153 // Trigger this event, listen to sdk, sdk change the state and then Ui is listening for the state changed
154154 keyring . on ( INTERACTIVE_REPLACEMENT_TOKEN_CHANGE_EVENT , ( payload ) => {
155- log . info (
156- `Interactive refresh token change event for ${ JSON . stringify (
157- payload ,
158- ) } `,
159- ) ;
155+ log . info ( `Interactive refresh token change event for ${ payload } ` ) ;
160156 this . appStateController . showInteractiveReplacementTokenBanner (
161157 payload ,
162158 ) ;
@@ -255,9 +251,7 @@ export default class MMIController extends EventEmitter {
255251
256252 // Trigger this event, listen to sdk, sdk change the state and then Ui is listening for the state changed
257253 keyring . on ( INTERACTIVE_REPLACEMENT_TOKEN_CHANGE_EVENT , ( payload ) => {
258- log . info (
259- `Interactive refresh token change event for ${ JSON . stringify ( payload ) } ` ,
260- ) ;
254+ log . info ( `Interactive refresh token change event for ${ payload } ` ) ;
261255 this . appStateController . showInteractiveReplacementTokenBanner ( payload ) ;
262256 } ) ;
263257
You can’t perform that action at this time.
0 commit comments