Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 3, 2024
1 parent 99be77d commit 5cb9760
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ let updateDailyRound = (send, editor, dailyRound) => {
let make = (~id, ~facilityId, ~patientId, ~consultationId, ~dailyRound) => {
let (state, send) = React.useReducer(reducer, initialState(dailyRound))

Js.log(dailyRound.roundsType)

let sections =
dailyRound.roundsType == VentilatorRound
? [
Expand Down

0 comments on commit 5cb9760

Please sign in to comment.