Skip to content

Commit 99a0221

Browse files
author
Sonyl Nagale
committed
Cleanup
1 parent 564b027 commit 99a0221

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

chapter-7/pokeapi/solution-code/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class Poke {
138138
}
139139

140140
doResult(data, fade = false) {
141-
console.log(fade)
142141
const result = document.querySelector('#result')
143142
result.querySelector('h2').innerHTML = data
144143
result.style.visibility = 'visible'

chapter-7/pokeapi/starter-code/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class Poke {
138138
}
139139

140140
doResult(data, fade = false) {
141-
console.log(fade)
142141
const result = document.querySelector('#result')
143142
result.querySelector('h2').innerHTML = data
144143
result.style.visibility = 'visible'

0 commit comments

Comments
 (0)