| Index: chrome/common/extensions/docs/static/js/search.js
|
| diff --git a/chrome/common/extensions/docs/static/js/search.js b/chrome/common/extensions/docs/static/js/search.js
|
| index 9abcd07640cfd960b9fb4c7dc08b4acf232ba625..adaf0d850ed382127ba878c0e211bf4237447c09 100644
|
| --- a/chrome/common/extensions/docs/static/js/search.js
|
| +++ b/chrome/common/extensions/docs/static/js/search.js
|
| @@ -28,7 +28,6 @@
|
|
|
| // Attach autocomplete to the search box
|
| var enableAutoComplete = function() {
|
| - console.log("running enableAutoComplete");
|
| google.search.CustomSearchControl.attachAutoCompletionWithOptions(
|
| cx, searchInput, form,
|
| // set to true to prevent the search box form from being submitted, since
|
|
|