Sfoglia il codice sorgente

No Ticket. Removing errant debugger statement in HueChart code.

Aaron Newton 15 anni fa
parent
commit
048128f2de
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
 	}
 });