Commit e7ec55ea authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

Remove spurious cout left from debugging.

Just slipped through :(.

Change-Id: Ic355e8612bd9f53f4c82e05f71ef7ffaf1c5bf4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449450Reviewed-by: default avatarChristoph Schwering <schwering@google.com>
Commit-Queue: Matthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#813688}
parent c53dee35
......@@ -4,7 +4,6 @@
#include "components/autofill/core/browser/data_model/autofill_structured_address.h"
#include <iostream>
#include <utility>
#include "base/i18n/case_conversion.h"
#include "base/strings/strcat.h"
......@@ -367,7 +366,6 @@ Address::~Address() = default;
void Address::MigrateLegacyStructure(bool is_verified_profile) {
// If this component already has a verification status, no profile is regarded
// as already verified.
std::cout << "APply migration" << std::endl;
if (GetVerificationStatus() != VerificationStatus::kNoStatus)
return;
......
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