diff --git a/examples/helloworld/index.html b/examples/helloworld/index.html
index c353b6a89..1f8de7637 100644
--- a/examples/helloworld/index.html
+++ b/examples/helloworld/index.html
@@ -7,6 +7,9 @@
+
+
+
diff --git a/fonts.js b/fonts.js
index 4711f62d5..21c30a1eb 100644
--- a/fonts.js
+++ b/fonts.js
@@ -150,7 +150,6 @@ var FontLoader = {
// to the page already and we don't have to do anything for this font
// here future.
if (font.fontObj) {
- console.log('got already', font.properties.loadedName);
continue;
}