Преглед изворни кода

No Ticket. Removing errant debugger statement in HueChart code.

Aaron Newton пре 15 година
родитељ
комит
048128f2de
1 измењених фајлова са 0 додато и 1 уклоњено
  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);
 	}
 });