Skip to content

Commit

Permalink
Fixes fonts comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jun 14, 2021
1 parent 55cf7f8 commit 9ae0a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/dashboard/routes/template-editor/save/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = function (req, res, next) {
for (let prop in match)
req.locals[key][prop] = req.locals[key][prop] || match[prop];
}

console.log(req.locals);
}

next();
Expand Down

0 comments on commit 9ae0a86

Please sign in to comment.