1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

remove log

This commit is contained in:
sveisvei 2016-12-05 15:15:55 +01:00
parent a1006e14f0
commit 3b6fcd7f62

View File

@ -9,7 +9,6 @@ import {
const metrics = (state = fromJS({ lastHour: {}, lastMinute: {}, seenApps: {} }), action) => {
switch (action.type) {
case RECEIVE_SEEN_APPS:
console.log('RECEIVE_SEEN_APPS', action.value);
return state.set('seenApps', new $Map(action.value));
case RECEIVE_FEATURE_METRICS:
return state.withMutations((ctx) => {