Skip to content

Commit 1e43440

Browse files
committed
chore: do not log device id
During development this was useful, but in general the information is not imporant and does not help for debugging. Drop it. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
1 parent 933fb97 commit 1e43440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/device.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export class DeviceManager {
3636
ssoLog("access token does not have deviceid grant");
3737
return;
3838
}
39-
ssoLog(grants["deviceid"]);
4039
const response = await fetch(
4140
`https://graph.microsoft.com/v1.0/devices(deviceId='{${grants["deviceid"]}}')?$select=isCompliant,displayName`,
4241
{

0 commit comments

Comments
 (0)