Commit 068855d1 authored by achuith's avatar achuith Committed by Commit bot

Remove logging in DecodeDevicePolicy that is no longer necessary.

BUG=263527

Review URL: https://codereview.chromium.org/1127143003

Cr-Commit-Position: refs/heads/master@{#330344}
parent ab8c5abf
......@@ -774,9 +774,6 @@ void DecodeGenericPolicies(const em::ChromeDeviceSettingsProto& policy,
void DecodeDevicePolicy(const em::ChromeDeviceSettingsProto& policy,
PolicyMap* policies) {
// TODO(achuith): Remove this once crbug.com/263527 is resolved.
VLOG(2) << "DecodeDevicePolicy " << policy.SerializeAsString();
// Decode the various groups of policies.
DecodeLoginPolicies(policy, policies);
DecodeNetworkPolicies(policy, policies);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment