From e1f6ecce63617b0f8931e8a5728bc0ff6bc5e93c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 19 Jun 2018 20:40:09 -0400 Subject: remove commented-out code --- print/resources/inkstitch.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'print/resources') diff --git a/print/resources/inkstitch.js b/print/resources/inkstitch.js index e9ee3e0f..6bcb183d 100644 --- a/print/resources/inkstitch.js +++ b/print/resources/inkstitch.js @@ -200,22 +200,6 @@ $(function() { }); }); -// $.getJSON('/realistic', function(realistic_data) { - // realistic_rendering is global - /* - $.each(realistic_data, function(name, xml) { - var image = new Image(); - console.log("doing " + name); - image.onload = function() { - console.log("setting " + name + " = " + image); - realistic_rendering[name] = image; - } - image.src = 'data:image/svg+xml,' + xml; - }) - */ -// realistic_rendering = realistic_data; -// }); - // wait until page size is set (if they've specified one) and then scale SVGs to fit setTimeout(function() { scaleAllSvg() }, 500); }); -- cgit v1.2.3