Skip to content

Commit 7e6c495

Browse files
committed
rem
1 parent 47491fc commit 7e6c495

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/project_config/polling_datafile_manager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ export class PollingDatafileManager extends BaseService implements DatafileManag
8282
}
8383

8484
super.start();
85-
// if (this.updateInterval !== undefined && this.updateInterval < MIN_UPDATE_INTERVAL) {
86-
// this.logger?.warn(UPDATE_INTERVAL_BELOW_MINIMUM_MESSAGE);
87-
// }
88-
8985
this.state = ServiceState.Starting;
9086
this.setDatafileFromCacheIfAvailable();
9187
this.repeater.setTask(this.syncDatafile.bind(this));

0 commit comments

Comments
 (0)