Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
dimroc committed Jul 19, 2011
1 parent f28c2b8 commit b64ebc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ app.post('/pdf', function(req,res){
var svg = req.body.svg;
var cid = getNextChartId();

console.log("RECEIVED SVG: " + svg);

// _svgMap[cid] = svg;

svg2png(svg, function(pngBuffer) {
Expand Down

0 comments on commit b64ebc9

Please sign in to comment.