diff options
-rw-r--r-- | public/js/mv/parse.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/js/mv/parse.js b/public/js/mv/parse.js index 396d88e..6ec70c2 100644 --- a/public/js/mv/parse.js +++ b/public/js/mv/parse.js @@ -178,11 +178,6 @@ var mv = function(mv) { } fullyDefinedCutoff = postProcessedfullyDefinedCutoff; } - function softAssert(expr, msg) { - if (!expr) { - console.error("SOFTASSERT FAILURE: " + msg); - } - } function createBlobLink() { /* Make the scrubbed data available for download as a blob. */ var blob = new Blob(JSON.stringify(parser.records)); |