Эх сурвалжийг харах

No Ticket. Removing errant debugger statement in HueChart code.

Aaron Newton 15 жил өмнө
parent
commit
048128f2de

+ 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);
 	}
 	}
 });
 });