| Index: chrome/browser/sync/glue/autofill_change_processor.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/autofill_change_processor.cc (revision 63212)
|
| +++ chrome/browser/sync/glue/autofill_change_processor.cc (working copy)
|
| @@ -41,7 +41,6 @@
|
| void AutofillChangeProcessor::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - LOG(INFO) << "Observed autofill change.";
|
| // Ensure this notification came from our web database.
|
| WebDataService* wds = Source<WebDataService>(source).ptr();
|
| if (!wds || wds->GetDatabase() != web_database_)
|
|
|