New issue
Advanced search Search tips

Issue 637468 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Bug



Sign in to add a comment

Remove unnecessary DVLOGs from PVer4 code.

Project Member Reported by vakh@chromium.org, Aug 12 2016

Issue description

$ grep DVLOG v4_*

This should only lead to cases when something unexpected happens.

Current candidates for removal:
v4_local_database_manager.cc:  DVLOG(1) << "V4LocalDatabaseManager::V4LocalDatabaseManager: "
v4_store.cc:  DVLOG(1) << "Update successful: " << *this;
v4_store.cc:  DVLOG(1) << "ApplyUpdate: response_size: " << response->ByteSize() << " : "

 

Comment 1 by vakh@chromium.org, Jan 13 2017

Status: Fixed (was: Assigned)

Sign in to add a comment