From 25fd04e2139e79400ab523ada5f01645751d7f21 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Tue, 13 Aug 2019 11:18:18 +0800 Subject: [PATCH] html: Drop debug code Signed-off-by: Jianhui Zhao --- html/src/plugins/rtty-file.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/plugins/rtty-file.js b/html/src/plugins/rtty-file.js index 9412ecc..21d1457 100644 --- a/html/src/plugins/rtty-file.js +++ b/html/src/plugins/rtty-file.js @@ -214,11 +214,11 @@ function RttyFile(ws, term, opt) { break; } default: - console.error('invalid type:' + type); + // console.error('invalid type:' + type); return; } } } } -export default RttyFile; \ No newline at end of file +export default RttyFile;