Skip to content

Commit 174b192

Browse files
committed
Attend to review comments
1 parent 8609680 commit 174b192

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

glean/src/core/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export interface ConfigurationInterface {
3737
// The architecture of the device (e.g. "arm", "x86").
3838
readonly architecture?: string,
3939
// The user-visible version of the operating system (e.g. "1.2.3").
40-
// If the version detection fails, this metric gets set to Unknown.
4140
readonly osVersion?: string,
4241
}
4342

@@ -54,7 +53,6 @@ export class Configuration implements ConfigurationInterface {
5453
// The architecture of the device (e.g. "arm", "x86").
5554
readonly architecture?: string;
5655
// The user-visible version of the operating system (e.g. "1.2.3").
57-
// If the version detection fails, this metric gets set to Unknown.
5856
readonly osVersion?: string;
5957

6058
// Debug configuration.

0 commit comments

Comments
 (0)