Skip to content
Snippets Groups Projects
Commit 8e31e4a3 authored by Julia Friesel's avatar Julia Friesel
Browse files

Remove log

parent 4aecf697
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,6 @@ class TempInput extends Component { ...@@ -202,7 +202,6 @@ class TempInput extends Component {
} }
function isInvalidTime(timeString) { function isInvalidTime(timeString) {
console.log(timeString)
try { try {
LocalTime.parse(timeString) LocalTime.parse(timeString)
} catch (err) { } catch (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment