Skip to content

Commit 9842111

Browse files
committed
remove console log
1 parent a4b7549 commit 9842111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsapp/js/account/usage/usage.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ interface LimitState {
4242
export default function Usage() {
4343
const [products] = useContext(ProductsContext)
4444
const oneTimeAddOnsContext = useContext(OneTimeAddOnsContext)
45-
console.log('000000000000', oneTimeAddOnsContext)
4645

4746
const [limits, setLimits] = useState<LimitState>({
4847
storageByteRemainingLimit: Limits.unlimited,

0 commit comments

Comments
 (0)