fix: remove console.log
This commit is contained in:
parent
d5a8b3f1fb
commit
0847802ce4
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ export default function Upload({ chunks: chunks_config }) {
|
||||||
const [expires, setExpires] = useState('never');
|
const [expires, setExpires] = useState('never');
|
||||||
const [password, setPassword] = useState('');
|
const [password, setPassword] = useState('');
|
||||||
const [maxViews, setMaxViews] = useState<number>(undefined);
|
const [maxViews, setMaxViews] = useState<number>(undefined);
|
||||||
console.log(maxViews);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.addEventListener('paste', (e: ClipboardEvent) => {
|
window.addEventListener('paste', (e: ClipboardEvent) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue