Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Apr 16, 2024
1 parent b678667 commit dc70739
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ function parseUrlQuery() {
export default function App() {
const [seed, difficultyLevel] = parseUrlQuery();

console.log(`seed is ${seed}`);
console.log(`level is ${difficultyLevel}`);

const savedDisplay = JSON.parse(
localStorage.getItem("blobbleDisplaySavedStateName"),
);
Expand Down

0 comments on commit dc70739

Please sign in to comment.