Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-24 20:24:39 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-24 20:24:39 +0300
commit3df04bbf354c7762578df38b451354635646e551 (patch)
tree1854664bc74859ad9f36b03af8aadaa03890bf3b /js
parent0de7f9019bdfea0e81a1de81ee87acd355eb5ee2 (diff)
Remove console message
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
Diffstat (limited to 'js')
-rw-r--r--js/scan.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/scan.js b/js/scan.js
index cd7399e..af9cfeb 100644
--- a/js/scan.js
+++ b/js/scan.js
@@ -88,7 +88,6 @@
}
$.getJSON(self.filesUrl, function(data) {
$('#section-loading').remove();
- console.log("Scanned " + data.number_of_files + " files in " + data.scan_duration + " seconds.");
self.$el.append(self._createScanHeader(data.sequences.length));
self.sequencesToScan = data.sequences;
});