Skip to content

Commit 2ad7e96

Browse files
committed
Remove unnecessary initialize from example app
1 parent 727b8af commit 2ad7e96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/node/hello-sdl/AppClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class AppClient {
101101
// for a cloud server app the hmi full will be received before the managers report that they're ready!
102102
this._managersReady = false;
103103
this._hmiFull = false;
104-
this._sdlManager.initialize();
105104
}
106105

107106
_onConnected () {

0 commit comments

Comments
 (0)