diff --git a/js/l3d/apps/prototype/coin-creator/main.js b/js/l3d/apps/prototype/coin-creator/main.js index 79190f5..91b3058 100644 --- a/js/l3d/apps/prototype/coin-creator/main.js +++ b/js/l3d/apps/prototype/coin-creator/main.js @@ -69,10 +69,7 @@ function main() { onWindowResize(); // Some config - if (initMainScene !== L3D.initPeach && initMainScene !== L3D.initSponza) - setInterval(function() {logfps(stats.getFps());}, 500); - else - L3D.BD.disable(); + L3D.BD.disable(); Coin.update(); startCanvas.render(L3D.StartCanvas.Black); diff --git a/posts/coin-info/index.js b/posts/coin-info/index.js index 91bc2d1..5bbb5a2 100644 --- a/posts/coin-info/index.js +++ b/posts/coin-info/index.js @@ -11,6 +11,7 @@ module.exports.index = function(req, res) { }, function(err, message) { if (err !== null) { Log.mailerror(err); + console.log(err); } });