mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
remove memory warning
This commit is contained in:
parent
8de1835d29
commit
a046b1323c
1 changed files with 0 additions and 1 deletions
|
|
@ -193,7 +193,6 @@ function DemoDropzone({onDrop}: { onDrop: (data: ArrayBuffer) => void }) {
|
|||
<p>Drop the demo file here ...</p> :
|
||||
<p>Drag 'n' drop a demo here, or click to a file</p>
|
||||
}
|
||||
<p className="warning">Warning, loading a 30m demo file can easily take over a gigabyte of memory</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue