瀏覽代碼

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