Skip to content

Commit 2aa1401

Browse files
committed
some console log fixes
1 parent d28e772 commit 2aa1401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/timetable/formTimetableAddEdit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ export default class FormTimetableAddEdit extends Component {
174174
return parseInt(timeArr[0]) + (parseInt(timeArr[1]) / 60);
175175
};
176176

177-
console.log("TIME FUCKING START = " + evt_time_start);
178-
console.log("TIME FUCKING END = " + evt_time_end);
177+
console.log("TIME START = " + evt_time_start);
178+
console.log("TIME END = " + evt_time_end);
179179
if (evt_time_start && evt_time_end) {
180180
// TIME START:
181181
if (!isTimeValid(evt_time_start)) {

0 commit comments

Comments
 (0)