From 21be0b752c3315242fd664a19400c8a63db1f526 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sat, 12 Jul 2014 21:12:43 +0100 Subject: [PATCH] Removed unnecessary console.log. --- resources/report/js/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/report/js/script.js b/resources/report/js/script.js index 0a87fde7..9100a0e9 100644 --- a/resources/report/js/script.js +++ b/resources/report/js/script.js @@ -683,8 +683,7 @@ function processURLParams() { var pos = 0; if (pos != -1) { /*var datapath = 'file:///' + document.URL.substring(pos+6);*/ - var datapath = 'testdata' - console.log(datapath); + var datapath = 'testdata'; require([datapath], function(){ var totalMessageNo = 0; var warnMessageNo = 0;