Skip to content

Commit 73c97d1

Browse files
committed
rem
1 parent 39d8cc6 commit 73c97d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/optimizely/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,8 +1245,6 @@ export default class Optimizely extends BaseService implements Client {
12451245
return;
12461246
}
12471247

1248-
this.startPromise.promise.then(() => {}, (err) => {});
1249-
12501248
if (!this.isRunning()) {
12511249
this.startPromise.reject(new OptimizelyError(SERVICE_STOPPED_BEFORE_RUNNING));
12521250
}

0 commit comments

Comments
 (0)