mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-27 01:39:53 +01:00
chore: remove debug line
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user