Skip "no need to update" message

This commit is contained in:
Matt Isenhower 2024-11-20 21:46:45 -08:00
parent 441c0b262f
commit 7d4b9cc038

View File

@ -70,7 +70,6 @@ export default class DataUpdater
async updateIfNeeded() {
if (!(await this.shouldUpdate())) {
this.console.info('No need to update data');
return;
}