Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jan 26, 2024
1 parent dc5a7a8 commit 9913513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav-app/src/app/services/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { Version, VersionChangelog } from '../classes';
export class DataService {
public subscription;
constructor(private http: HttpClient) {
//let subscription;
console.debug('initializing data service');
this.subscription = this.getConfig().subscribe({
next: (config) => {
Expand Down

0 comments on commit 9913513

Please sign in to comment.