Commit eb70e9d8 by maolipeng

fix:移除调试代码

parent d4794ed0
......@@ -48,7 +48,6 @@ class PreviewCourseModal extends React.Component {
return hours + ":" + mins + ":" + seconds;
};
dealWithTime = (startTime, endTime) => {
debugger
const startDate = new Date(Number(startTime));
const endDate = new Date(Number(endTime));
......
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