Explorar el Código

Removed Console Log Statement

fsavio-lab hace 1 año
padre
commit
958d502511
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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