From c32219554a4578ba9bb1c84aff5343796558aaa2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 30 Nov 2022 17:47:32 -0800 Subject: blank out web canvas impl --- example/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'example') diff --git a/example/index.html b/example/index.html index 314a78cb1..24acd9527 100644 --- a/example/index.html +++ b/example/index.html @@ -28,7 +28,6 @@ const atlas = atlas_new(512, 0); const reg = atlas_reserve(atlas, 10, 10); - console.log(reg); free(reg); atlas_free(atlas); }); -- cgit v1.2.3