소스 검색

Removed Console Log Statement

fsavio-lab 1 년 전
부모
커밋
958d502511
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      components/organisms/Sections/CategorySection.js

+ 0 - 1
components/organisms/Sections/CategorySection.js

@@ -110,7 +110,6 @@ const CategorySection = () => {
             </View>
             <ScrollView showsVerticalScrollIndicator={false}>
                 <View style={styles.categoriesNewsContainer}>
-                    <Text>{console.log(news)}</Text>
                     {news[categoryValue] !== undefined 
                         ? news[categoryValue].map((item) =>
                              <HorizontalNewsCardVariant