removed debugging for trianglify

master
Tezza 2015-02-23 14:00:20 +01:00
parent ab8ae10713
commit 18cef2a344
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ redraw();
function redraw() {
var pattern = t.generate(document.body.clientWidth, height());
console.log( pattern );
document.body.setAttribute('style', 'background-image: '+pattern.dataUrl);
}