From 422829fd8597157e1831465ff16124b85eae77be Mon Sep 17 00:00:00 2001 From: holys Date: Wed, 6 Aug 2014 15:59:57 +0800 Subject: [PATCH] update --- index.html | 1 - 1 file changed, 1 deletion(-) 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(',');