Browse Source

No Ticket. Removing errant debugger statement in HueChart code.

Aaron Newton 15 years ago
parent
commit
048128f2de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      desktop/core/static/js/Source/Hue/HueChart.Box.js

+ 0 - 1
desktop/core/static/js/Source/Hue/HueChart.Box.js

@@ -42,7 +42,6 @@ HueChart.Tips = new Class({
 	Extends: Tips,
 
 	show: function(element, actualShow) {
-		debugger;
 		if (actualShow) this.parent(element);
 	}
 });