Skip to content

Commit

Permalink
Removes super spammy logging from LockStateController
Browse files Browse the repository at this point in the history
BUG=452599
R=jdufault@chromium.org

Review URL: https://codereview.chromium.org/1920493002

Cr-Commit-Position: refs/heads/master@{#389260}
  • Loading branch information
sky authored and Commit bot committed Apr 22, 2016
1 parent 9937d6d commit fff3f0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ash/wm/lock_state_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,10 @@ LockStateController::LockStateController()
can_cancel_lock_animation_(false),
lock_fail_timer_is_stopped_(true),
weak_ptr_factory_(this) {
// TODO(jdufault): Remove after resolving crbug.com/452599.
VLOG(0) << "Constructing LockStateController instance " << this;
Shell::GetPrimaryRootWindow()->GetHost()->AddObserver(this);
}

LockStateController::~LockStateController() {
// TODO(jdufault): Remove after resolving crbug.com/452599.
VLOG(0) << "Destroying LockStateController instance " << this;
Shell::GetPrimaryRootWindow()->GetHost()->RemoveObserver(this);
}

Expand Down

0 comments on commit fff3f0d

Please sign in to comment.