chore: remove debug line

This commit is contained in:
Julian Lam
2021-07-16 11:33:23 -04:00
parent e219cf0226
commit 6bcc0d0ddc

View File

@@ -31,7 +31,6 @@ Flags.update = async (req, res) => {
};
Flags.appendNote = async (req, res) => {
console.log('appending note', req.params, req.body);
const payload = await api.flags.appendNote(req, {
flagId: req.params.flagId,
...req.body,