Skip to content

Commit 8293346

Browse files
committed
refactor (debug) remove unnecessary code
1 parent f02efba commit 8293346

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/server-code/runners/debug.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,8 @@ class DebugCodeRunner {
6363
this.taskAcquirer = new TaskAcquirer(opts.backendless.msgBroker, opts.app.id);
6464
}
6565

66-
initClientSDK() {
67-
const opts = this.options;
68-
69-
Backendless.serverURL = opts.backendless.apiServer || Backendless.serverURL;
70-
Backendless.initApp(opts.app.id, opts.app.secretKey, opts.app.version);
71-
}
72-
7366
start() {
7467
this.addShutdownHook();
75-
this.initClientSDK();
7668

7769
Promise.resolve()
7870
.then(() => this.registerRunner())

0 commit comments

Comments
 (0)