1
0
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:
Ivar 2016-09-06 21:38:29 +02:00 committed by Ivar Conradi Østhus
parent b07e24bf05
commit 17e3edca98

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