Skip to content

Commit

Permalink
remove console log again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmithepic committed May 29, 2022
1 parent 76d0739 commit 9a5b548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class App extends Component {

getLangButtonClasses = (lang) => {
var className = "btn btn-sm ml-2 mr-2 btn-";
console.log("wtf: " + lang + " " + this.state.lang);
if(this.state.lang === lang){
className += "primary";
} else {
Expand Down

0 comments on commit 9a5b548

Please sign in to comment.