Skip to content

Commit c2ce810

Browse files
committed
Fix lint
1 parent f976d7d commit c2ce810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/ngm-app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export class NgmApp extends LitElementI18n {
209209
removeLoading() {
210210
this.loading = false;
211211
this.showTrackingConsent = true;
212-
const loadingTime = performance.now() / 1000;
213212
(<NgmSlowLoading> this.querySelector('ngm-slow-loading')).style.display = 'none';
214213
}
215214

0 commit comments

Comments
 (0)