Removed console.log from script.js

Fixes #282.
This commit is contained in:
WrinklyNinja
2014-09-02 17:37:04 +01:00
parent 3edef672da
commit 59c6b152ac
+1 -2
View File
@@ -219,7 +219,6 @@ function processURLParams() {
var pos = document.URL.indexOf("?data=");
if (pos != -1) {
var datapath = 'file:///' + document.URL.substring(pos+6);
console.log(datapath);
require([datapath], function(){
var totalMessageNo = 0;
var warnMessageNo = 0;
@@ -337,4 +336,4 @@ function processURLParams() {
});
}
}
processURLParams();
processURLParams();