We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b7549 commit 9842111Copy full SHA for 9842111
jsapp/js/account/usage/usage.component.tsx
@@ -42,7 +42,6 @@ interface LimitState {
42
export default function Usage() {
43
const [products] = useContext(ProductsContext)
44
const oneTimeAddOnsContext = useContext(OneTimeAddOnsContext)
45
- console.log('000000000000', oneTimeAddOnsContext)
46
47
const [limits, setLimits] = useState<LimitState>({
48
storageByteRemainingLimit: Limits.unlimited,
0 commit comments