diff --git a/index.html b/index.html
index 497db60..c91491d 100644
--- a/index.html
+++ b/index.html
@@ -235,7 +235,6 @@ db.Get(key)
function parse(data, options) {
// Split the lines
var lines = data.split('\n');
- console.log(lines.length);
$.each(lines, function(lineNo, line) {
var items = line.split(',');