mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 04:09:48 +00:00
cros_async: remove debug prints.
It looks like some debug code we introduced when adding executor type selection might've stuck around in the tree. Let's remove it. BUG=NONE TEST=builds Change-Id: I83fd648104d0052048f00444acd1a98acd8eb93b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5981506 Commit-Queue: Noah Gold <nkgold@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
d49f618c91
commit
fc8a9dd071
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ impl<'de> Deserialize<'de> for ExecutorKind {
|
|||
where
|
||||
D: serde::Deserializer<'de>,
|
||||
{
|
||||
base::error!("ExecutorKind::deserialize");
|
||||
let string = String::deserialize(deserializer)?;
|
||||
ExecutorKind::from_arg_value(&string).map_err(serde::de::Error::custom)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue