Skip to content

Commit 164fab2

Browse files
committed
less clg
1 parent 5380d69 commit 164fab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function App() {
3030
React.useEffect(loadDataToServer, [cardsArr])
3131

3232
function loadDataToServer() {
33-
console.log("***\n[HOOK] - loadDataToServer (onCardsArr)\n***")
33+
//console.log("***\n[HOOK] - loadDataToServer (onCardsArr)\n***")
3434
postData(cardsArr)
3535
}
3636

src/DataService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function DataService() {
7373
.then(() => requestGetData(null))
7474
.then((d) => {
7575
let data = tryParce(d)//here we parce json
76-
console.log("[DATA] from loadData(): ", data)
76+
//console.log("[DATA] from loadData(): ", data)
7777
res(data || [])
7878
})
7979
.catch(rej)

0 commit comments

Comments
 (0)