aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/castv2/validation.cc
diff options
context:
space:
mode:
authorAbraham Corea Diaz <abrahamcd@google.com>2021-07-02 00:11:05 +0000
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-02 17:01:55 +0000
commitcf428dff2a51418bff4c5b54ecac0f71294db18d (patch)
tree4065798866bf0bfd297435fa5e97cdd314596486 /cast/protocol/castv2/validation.cc
parent2e2730fe0190f72dadd631176d2f380b4a6186a8 (diff)
downloadopenscreen-cf428dff2a51418bff4c5b54ecac0f71294db18d.tar.gz
Remove DVLOG debug logging throughout LibCast
This patch removes instances of OSP_DVLOG in LibCast or changes them to OSP_VLOG as needed. Bug: b/159172782 Change-Id: I2fab57cece82af0dc67ad9a596404d563e7707cd Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3001340 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'cast/protocol/castv2/validation.cc')
-rw-r--r--cast/protocol/castv2/validation.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/cast/protocol/castv2/validation.cc b/cast/protocol/castv2/validation.cc
index 67a9b351..a87dd5e3 100644
--- a/cast/protocol/castv2/validation.cc
+++ b/cast/protocol/castv2/validation.cc
@@ -32,9 +32,6 @@ std::vector<Error> MapErrors(const valijson::ValidationResults& results) {
errors.emplace_back(Error::Code::kJsonParseError,
StringPrintf("Node: %s, Message: %s", context.c_str(),
result.description.c_str()));
-
- OSP_DVLOG << "JsonCpp validation error: "
- << errors.at(errors.size() - 1).message();
}
return errors;
}