Set appropiate log levels
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -106,7 +106,7 @@ export class AppCommonEffects {
|
||||
ofType(appCommonActions.FAIL),
|
||||
map((action) => {
|
||||
let failAction = action as appCommonActions.Fail;
|
||||
console.log(failAction.payload)
|
||||
console.debug(failAction.payload)
|
||||
return null;
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user