Title: console log &#039;boo&#039; ?
Last modified: August 21, 2016

---

# console log 'boo' ?

 *  [michalzuber](https://wordpress.org/support/users/michalzuber/)
 * (@michalzuber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/console-log-boo/)
 * Hi I just had Firebug Console opened and when I closed Debug Bar in the console
   appeared string ‘boo’. Wouldn’t it be good to remove? Some browsers may trigger
   JS error.
 *     ```
       mike@mike:~/Sites/wp_pneumatikyfekete$ grep -r boo wp-content/plugins/debug-bar
       wp-content/plugins/debug-bar/js/debug-bar.dev.js:                       console.log( 'boo');
       wp-content/plugins/debug-bar/js/debug-bar.js:var wpDebugBar;(function(b){var a;wpDebugBar=a={body:undefined,init:function(){a.body=b(document.body);a.toggle.init();a.tabs();a.actions.init()},toggle:{init:function(){b("#wp-admin-bar-debug-bar").click(function(c){c.preventDefault();a.toggle.visibility()})},visibility:function(c){c=typeof c=="undefined"?!a.body.hasClass("debug-bar-visible"):c;a.body.toggleClass("debug-bar-visible",c);b(this).toggleClass("active",c)}},tabs:function(){var d=b(".debug-menu-link"),c=b(".debug-menu-target");d.click(function(g){var f=b(this);g.preventDefault();if(f.hasClass("current")){return}c.hide().trigger("debug-bar-hide");d.removeClass("current");f.addClass("current");b("#"+this.href.substr(this.href.indexOf("#")+1)).show().trigger("debug-bar-show")})},actions:{init:function(){var c=b("#debug-bar-actions");b(".maximize",c).click(a.actions.maximize);b(".restore",c).click(a.actions.restore);b(".close",c).click(a.actions.close)},maximize:function(){a.body.removeClass("debug-bar-partial");a.body.addClass("debug-bar-maximized")},restore:function(){a.body.removeClass("debug-bar-maximized");a.body.addClass("debug-bar-partial")},close:function(){a.toggle.visibility(false);console.log("boo")}}};wpDebugBar.Panel=function(){};b(document).ready(wpDebugBar.init)})(jQuery);
       ```
   

Viewing 1 replies (of 1 total)

 *  [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * (@eskapism)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/console-log-boo/#post-4924539)
 * Yeah, what’s up with the `boo`?

Viewing 1 replies (of 1 total)

The topic ‘console log 'boo' ?’ is closed to new replies.

 * ![](https://ps.w.org/debug-bar/assets/icon.svg?rev=3050748)
 * [Debug Bar](https://wordpress.org/plugins/debug-bar/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-bar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/console-log-boo/#post-4924539)
 * Status: not resolved