Commit b61db4e 1 parent 7e65d73 commit b61db4e Copy full SHA for b61db4e
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ import api from "services/api";
5
5
import css from "./Reviews.module.css" ;
6
6
7
7
const FUNCTIONALITY_SHOW_LESS = process . env . REACT_APP_FUNC_SHOW_LESS . toLowerCase ( ) === "true" ;
8
- console . log ( 'process.env.REACT_APP_FUNC_SHOW_LESS :>> ' , process . env . REACT_APP_FUNC_SHOW_LESS ) ;
9
- console . log ( 'typeof FUNCTIONALITY_SHOW_LESS:>> ' , typeof FUNCTIONALITY_SHOW_LESS ) ;
10
- console . log ( 'FUNCTIONALITY_SHOW_LESS :>> ' , FUNCTIONALITY_SHOW_LESS ) ;
11
8
12
9
const MESSAGE_NO_REVIEWS = "We have no reviews for this movie." ;
13
10
const MESSAGE_NO_MORE_REVIEWS = "We have no more reviews for this movie." ;
@@ -78,7 +75,6 @@ const Reviews = () => {
78
75
79
76
return (
80
77
< >
81
- { console . log ( "rendering reviews" ) }
82
78
< ul
83
79
id = "reviewsList"
84
80
className = { `${ css . list } ${ FUNCTIONALITY_SHOW_LESS ? "func-show-less" : "" } ` }
You can’t perform that action at this time.
0 commit comments