mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Remove logging statement
This commit is contained in:
@@ -3,7 +3,6 @@ const cfg = require('./config');
|
||||
|
||||
function issue (payload, req, res) {
|
||||
|
||||
console.log("ISSUE", payload, cfg.jwt);
|
||||
const token = jwt.sign(payload, cfg.jwt.secret, cfg.jwt.options);
|
||||
|
||||
if (req) {
|
||||
|
||||
Reference in New Issue
Block a user