mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
remove log
This commit is contained in:
parent
a1006e14f0
commit
3b6fcd7f62
@ -9,7 +9,6 @@ import {
|
|||||||
const metrics = (state = fromJS({ lastHour: {}, lastMinute: {}, seenApps: {} }), action) => {
|
const metrics = (state = fromJS({ lastHour: {}, lastMinute: {}, seenApps: {} }), action) => {
|
||||||
switch (action.type) {
|
switch (action.type) {
|
||||||
case RECEIVE_SEEN_APPS:
|
case RECEIVE_SEEN_APPS:
|
||||||
console.log('RECEIVE_SEEN_APPS', action.value);
|
|
||||||
return state.set('seenApps', new $Map(action.value));
|
return state.set('seenApps', new $Map(action.value));
|
||||||
case RECEIVE_FEATURE_METRICS:
|
case RECEIVE_FEATURE_METRICS:
|
||||||
return state.withMutations((ctx) => {
|
return state.withMutations((ctx) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user