diff --git a/package.json b/package.json index 29b3410..c5452d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwnspinner", - "version": "2.1.0", + "version": "2.1.1", "description": "Simple React/TypeScript spinner Pwnspinner for showing spinning wheel while fetching/loading stuff.", "main": "dist/index.js", "author": "Stepo", diff --git a/src/lib/components/Pwnspinner.tsx b/src/lib/components/Pwnspinner.tsx index 66dc8e5..015cee8 100644 --- a/src/lib/components/Pwnspinner.tsx +++ b/src/lib/components/Pwnspinner.tsx @@ -7,7 +7,7 @@ interface PwnspinnerProps { } const Pwnspinner = (props: PwnspinnerProps = {}) => { - console.log(props); + //console.log(props); const Styles = { loadingSpinner: { width: '30px',