summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/index.html1
1 files changed, 0 insertions, 1 deletions
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);
});