diff --git a/lib/client/bootstrap.js b/lib/client/bootstrap.js index 05515086..554594f9 100644 --- a/lib/client/bootstrap.js +++ b/lib/client/bootstrap.js @@ -18,8 +18,7 @@ * under the License. * */ -var _bound, - _console = ripple('console'); +var _bound; function _bindObjects(win, doc) { if (!win.tinyHippos) { @@ -43,8 +42,6 @@ function _post(src) { var event = ripple('event'), frame = _createFrame(src); - _console.log("Initialization Finished (Make it so.)"); - frame.onload = function () { var bootLoader = document.querySelector("#emulator-booting"), id; @@ -70,8 +67,6 @@ function _bootstrap() { console.clear(); } - _console.log("Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.)"); - window.tinyHippos = ripple('index'); tinyHippos.boot(function () {