[PATCH 1/3] Remove old timing of function

Anton Lundin glance at acc.umu.se
Wed Jun 17 12:46:37 PDT 2015


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 theme/list_lib.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/theme/list_lib.js b/theme/list_lib.js
index afaa77a..17f5206 100644
--- a/theme/list_lib.js
+++ b/theme/list_lib.js
@@ -134,14 +134,12 @@ function view_pagging(start, end)
 */
 function expandAll()
 {
-	console.time('expnadAll');
 	for (var i = start; i < start + sizeofpage; i++) {
 		if (i >= itemsToShow.length)
 			break;
 		unexpand(document.getElementById(itemsToShow[i]));
 		items[itemsToShow[i]].expanded = false;
 	}
-	console.timeEnd('expnadAll');
 }
 
 /**
-- 
2.1.4



More information about the subsurface mailing list