From 58505d2b509ef18d673af5ce12ca9bae19afdb58 Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 20 Aug 2020 12:04:51 +0800 Subject: [PATCH] Update common.js --- src/utils/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/common.js b/src/utils/common.js index 3dfbf56e5..c1845d247 100644 --- a/src/utils/common.js +++ b/src/utils/common.js @@ -73,7 +73,6 @@ function cleanDateStr(d) { } export function toSafeLocalDateStr(d) { - console.log(d) const date = safeDate(d) // let date_s = date.toLocaleString(getUserLang(), {hour12: false}); const date_s = date.toLocaleString(getUserLang(), { hourCycle: 'h23' })