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
|
||||
const { fetchedContext, isRefreshing } = this.state
|
||||
|
||||
console.log("promotions:", promotions)
|
||||
|
||||
if (isPartial || (isLoading && statusIds.size === 0)) {
|
||||
return (
|
||||
<React.Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user