Client: PortalSettings: delete console

This commit is contained in:
Viktor Fomin 2024-08-09 14:08:56 +03:00
parent 91a2dec4a5
commit fa1597a402

View File

@ -41,7 +41,6 @@ export const generateLogo = (
canvas.width = width; canvas.width = width;
canvas.height = height; canvas.height = height;
console.log("isEditor", isEditor);
const ctx = canvas.getContext("2d"); const ctx = canvas.getContext("2d");
const x = alignCenter ? width / 2 : isEditor ? 10 : 0; const x = alignCenter ? width / 2 : isEditor ? 10 : 0;
const y = (height - fontSize) / 2; const y = (height - fontSize) / 2;