cleanup
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 22:44:19 +0000 (22:44 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 22:44:19 +0000 (22:44 +0000)
test/spec-dev/screenshot.js

index e5d3f83..150f7e4 100644 (file)
@@ -9,7 +9,6 @@ if (system.args.length === 1) {
     phantom.exit();
 }
 
-// page.paperSize = { format: 'A4', orientation: "landscape" };
 // page.zoomFactor = 1.0;
 page.viewportSize = {
     width: 1200,
@@ -20,7 +19,7 @@ page.open(url, function () {
     // small delay
     setTimeout(function () {
         page.render(file_png);
-        console.log(page);
         phantom.exit();
     }, 500);
 });
+