delete stray console.log
This commit is contained in:
parent
661c3eab0f
commit
3f8f6d0f23
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
const idx = flags.findIndex((f) => f.id === id);
|
const idx = flags.findIndex((f) => f.id === id);
|
||||||
if (idx === -1) return;
|
if (idx === -1) return;
|
||||||
console.log("yippee");
|
|
||||||
flags[idx] = { ...flags[idx], name, description };
|
flags[idx] = { ...flags[idx], name, description };
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.error("Could not update flag %s:", id, e);
|
log.error("Could not update flag %s:", id, e);
|
||||||
|
|
Loading…
Reference in a new issue