From c7e9adaf185dd263b7e49765e92a88f03378b1fb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 11 Feb 2013 16:35:27 +0800 Subject: Disable autocomplete debugging/console-spam --- js/field.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/field.js') 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(){ -- cgit v1.2.3-24-g4f1b