Commit c2a85c3f authored by 邓晓峰's avatar 邓晓峰

perf: delete console.log

parent 2e9397bd
Pipeline #21652 passed with stages
in 14 minutes 48 seconds
......@@ -40,7 +40,6 @@ const Alarm = ({ message, confirmRead, config }) => {
url: widget.url || webPath,
});
};
console.log("alarmContent", alarmContent, config);
const alarmValue = alarmContent && alarmContent.alarmValue && alarmContent.alarmValue.split(' ');
return (
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment