diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw
index ef542295d95340c876a5d3064753297dec9aee5f..8a9a52a3ca3f7623f870dad9d2e20568f6163948 100644
--- a/src/js/utilJS.tw
+++ b/src/js/utilJS.tw
@@ -363,17 +363,6 @@ window.Categorizer.prototype.cat = function(val, def) {
 	return result;
 };
 
-
-
-
-
-
-
-
-
-
-
-
 window.numberWithCommas = function(x) {
     return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
 }