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 e7f17ff commit 4e100b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/ts/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,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 4e100b8

Please sign in to comment.