summaryrefslogtreecommitdiffstats
path: root/js/field.js
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-11 09:35:27 +0100
committerByron Jones <bjones@mozilla.com>2013-02-11 09:35:27 +0100
commitc7e9adaf185dd263b7e49765e92a88f03378b1fb (patch)
treeb43b8bb21056d9fd8bae30b860874bbb9ec0c8a9 /js/field.js
parent5a0fe6794574e517d8a87e6bce1c08b5f116ef90 (diff)
downloadbugzilla-c7e9adaf185dd263b7e49765e92a88f03378b1fb.tar.gz
bugzilla-c7e9adaf185dd263b7e49765e92a88f03378b1fb.tar.xz
Disable autocomplete debugging/console-spam
Diffstat (limited to 'js/field.js')
-rw-r--r--js/field.js2
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(){