Skip to content

Commit

Permalink
🔥 Remove console.log for originalName
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyaShibata committed Oct 4, 2017
1 parent 33044ae commit bdb3d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const showResult = (chemicalElement) => {
console.log(`z : ${chemicalElement.z}`)
console.log(`symbol : ${chemicalElement.symbol}`)
console.log(`element : ${chemicalElement.element}`)
console.log(`originalName: ${chemicalElement.originName}`)
console.log(`group : ${chemicalElement.group}`)
console.log(`period : ${chemicalElement.period}`)
console.log(`wikipedia : https://en.wikipedia.org/wiki/${chemicalElement.element}`)
Expand Down

0 comments on commit bdb3d0e

Please sign in to comment.