mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-21 17:56:06 +08:00
Remove init console log
This commit is contained in:
parent
f45cdccbb9
commit
8d9d2fd85a
1 changed files with 0 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue