1
0
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:
Ivar 2016-09-06 21:38:29 +02:00
parent 5b260f1dbf
commit 21e8234428

View File

@ -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))