From 06f60bcbbd502d98e90df54293a4a71204e21253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E4=B8=B0?= Date: Mon, 25 Sep 2017 11:23:51 +0800 Subject: [PATCH] remove console --- res/js/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/js/index.js b/res/js/index.js index d22d251..e4b848a 100644 --- a/res/js/index.js +++ b/res/js/index.js @@ -211,8 +211,6 @@ $(function() { name = $(this).find("[name=name]").val(), disablechars = "./\\"; - - console.log(name) if (!name) { alert("\"" + name + "\" is empty ") return false