diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-11 09:35:27 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-11 09:35:27 +0100 |
commit | c7e9adaf185dd263b7e49765e92a88f03378b1fb (patch) | |
tree | b43b8bb21056d9fd8bae30b860874bbb9ec0c8a9 /js | |
parent | 5a0fe6794574e517d8a87e6bce1c08b5f116ef90 (diff) | |
download | bugzilla-c7e9adaf185dd263b7e49765e92a88f03378b1fb.tar.gz bugzilla-c7e9adaf185dd263b7e49765e92a88f03378b1fb.tar.xz |
Disable autocomplete debugging/console-spam
Diffstat (limited to 'js')
-rw-r--r-- | js/field.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/field.js b/js/field.js index d42fb0c63..85aa12ca0 100644 --- a/js/field.js +++ b/js/field.js @@ -723,9 +723,11 @@ YAHOO.bugzilla.userAutocomplete = { }, debug_helper : function ( ){ /* used to help debug any errors that might happen */ + /* if( typeof(console) !== 'undefined' && console != null && arguments.length > 0 ){ console.log("debug helper info:", arguments); } + */ return true; }, init_ds : function(){ |