Removed testing log from StatusList component
• Removed: - testing log from StatusList component
This commit is contained in:
parent
10219345f7
commit
68e27c07d7
@ -164,8 +164,6 @@ class StatusList extends ImmutablePureComponent {
|
|||||||
} = this.props
|
} = this.props
|
||||||
const { fetchedContext, isRefreshing } = this.state
|
const { fetchedContext, isRefreshing } = this.state
|
||||||
|
|
||||||
console.log("promotions:", promotions)
|
|
||||||
|
|
||||||
if (isPartial || (isLoading && statusIds.size === 0)) {
|
if (isPartial || (isLoading && statusIds.size === 0)) {
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user