Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 20, 2020
1 parent fab0719 commit a92fedb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/CurrentBreakPoint/CurrentBreakPoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export default function CurrentBreakPoint(){
return (
<p style={{ margin: "0px" }}>
{ Object.keys(mediaQueries).map( (key) => {
console.log("Key: ", key)
console.log("Value: ", mediaQueries.key)
return(
<span className={ mediaQueries[key] ? classes.true : classes.false }>
{`${key.toUpperCase()}: ${ mediaQueries[key] ? "true" : "false"}\n\n\n\n`}
Expand Down

0 comments on commit a92fedb

Please sign in to comment.