mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove debug
This commit is contained in:
parent
6592517122
commit
75e2d9e359
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ export const normalizeSVG = async (SVGString: string) => {
|
|||
export const speedyImageToCanvas = async (imageFile: Blob | File) => {
|
||||
let imageSrc: HTMLImageElement | ImageBitmap;
|
||||
if (
|
||||
// Math.random() > 1 &&
|
||||
typeof ImageBitmap !== "undefined" &&
|
||||
ImageBitmap.prototype &&
|
||||
ImageBitmap.prototype.close &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue