Skip to content

Commit

Permalink
fix: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRid authored and ClementNumericite committed Jul 16, 2021
1 parent 99568b1 commit 071f2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tumeplay-app/src/screens/components/global/TimeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const TimeTable = (props) => {
)
}
})
console.log(hours)
if(hours[0] === null) {
hours = <Text style={{marginRight: 40,
marginVertical: 5,
Expand Down

0 comments on commit 071f2c4

Please sign in to comment.