log on license activation

parent 866aca58
......@@ -76,6 +76,8 @@ module.exports = {
activate: function (req, res) {
var params = req.allParams();
console.log("Activating license: " + JSON.stringify(params));
if (!params.number)
return res.badRequest();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment