mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Remove console.log #102
This commit is contained in:
parent
5b260f1dbf
commit
21e8234428
@ -70,7 +70,6 @@ module.exports = function (db, eventStore) {
|
||||
}
|
||||
|
||||
function updateFeature (data) {
|
||||
console.log(data);
|
||||
return db('features')
|
||||
.where({ name: data.name })
|
||||
.update(eventDataToRow(data))
|
||||
|
Loading…
Reference in New Issue
Block a user