mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
Remove console.log #102
This commit is contained in:
parent
b07e24bf05
commit
17e3edca98
@ -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