| Index: chrome/browser/resources/options/chromeos_proxy_rules_list.js
|
| diff --git a/chrome/browser/resources/options/chromeos_proxy_rules_list.js b/chrome/browser/resources/options/chromeos_proxy_rules_list.js
|
| index 063b5e2266742dd3730f4d86d2798c09188132ad..1c1d8856d5b7c7c6ca64a8e02cb5f02f6417b133 100644
|
| --- a/chrome/browser/resources/options/chromeos_proxy_rules_list.js
|
| +++ b/chrome/browser/resources/options/chromeos_proxy_rules_list.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -124,7 +124,6 @@ cr.define('options.proxyexceptions', function() {
|
| /** @inheritDoc */
|
| decorate: function() {
|
| ListItem.prototype.decorate.call(this);
|
| - console.log('in exceptions decorate');
|
| this.className = 'exception-list-item';
|
|
|
| var labelException = this.ownerDocument.createElement('span');
|
|
|