Prechádzať zdrojové kódy

Removed Console Log Statement

fsavio-lab 1 rok pred
rodič
commit
958d502511

+ 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