Skip to content

Commit d75186a

Browse files
authored
Merge pull request #540 from smartdevicelink/feature/update-AppClient
Update AppClient.js - Remove the code that prints the App Auth Token.
2 parents 4be09bc + 6e5dcba commit d75186a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/node/hello-sdl/AppClient.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ class AppClient {
116116
this._checkReadyState();
117117
const screenManager = this._sdlManager.getScreenManager();
118118

119-
// print AuthToken
120-
const authToken = this._sdlManager._lifecycleManager._authToken;
121-
console.log('App Authentication Token: ' + authToken);
122-
123119
// add menus
124120
const menuListener = new SDL.manager.screen.menu.MenuSelectionListener()
125121
.setOnTriggered(triggerSource => {

0 commit comments

Comments
 (0)