Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed May 14, 2021
1 parent fc23ed4 commit c9328d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/src/ts/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export class TelemetryService {
metadata.year,
metadata.month,
metadata.day,
//metadata.hour,
//metadata.minute,
metadata.user,
metadata.deviceId,
].join('-');
Expand All @@ -135,8 +133,6 @@ export class TelemetryService {
year: date.year(),
month: date.month() + 1,
day: date.date(),
//hour: date.hour(),
//minute: date.minute(),
user: this.sessionService.userCtx().name,
deviceId: this.getUniqueDeviceId(),
versions: {
Expand Down

0 comments on commit c9328d6

Please sign in to comment.