diff options
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(){ |