Remove init console log

This commit is contained in:
Otard95 2021-06-03 19:59:20 +02:00
parent f45cdccbb9
commit 8d9d2fd85a

View file

@ -99,8 +99,6 @@ export function init() {
ctx.caret = $("#caret");
ctx.canvas = createCanvas();
ctx.context2d = ctx.canvas.getContext("2d");
console.log("MonkeyPower Init:", ctx);
}
function render() {