Parcourir la source

No Ticket. Removing errant debugger statement in HueChart code.

Aaron Newton il y a 15 ans
Parent
commit
048128f2de
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,
 	Extends: Tips,
 
 
 	show: function(element, actualShow) {
 	show: function(element, actualShow) {
-		debugger;
 		if (actualShow) this.parent(element);
 		if (actualShow) this.parent(element);
 	}
 	}
 });
 });