Skip to content

Commit e8e580f

Browse files
committed
Removed unnecessary console log
1 parent f501196 commit e8e580f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

feedingwebapp/src/Pages/Header/LiveVideoModal.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function LiveVideoModal(props) {
2323
// marginTop: bs-modal-header-padding, h4 font size & line height, bs-modal-header-padding, bs-modal-padding
2424
const marginTop = convertRemToPixels(1 + 1.5 * 1.5 + 1 + 1)
2525
const marginBottom = convertRemToPixels(1)
26-
console.log('marginBottom', marginBottom)
2726
const marginLeft = convertRemToPixels(1)
2827
const marginRight = convertRemToPixels(1)
2928

0 commit comments

Comments
 (0)