Remove console log

This commit is contained in:
Kurt Hutten
2021-03-17 19:44:08 +11:00
parent 02dcb60d5e
commit 8efae75699

View File

@@ -7,7 +7,6 @@ let lastCameraSettings = 'INIT'
export const render = async ({ code, settings }) => {
const pixelRatio = window.devicePixelRatio || 1
console.log({ pixelRatio })
const size = settings.viewerSize
? {
x: Math.round(settings.viewerSize?.width * pixelRatio),