fix(ui): rm console
This commit is contained in:
parent
b8eef2990f
commit
3ecc184e1a
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ const TimelinePointer = React.memo((props: Props) => {
|
|||
};
|
||||
|
||||
const renderNetworkElement = (item: any) => {
|
||||
console.log(item.name)
|
||||
return (
|
||||
<Popup
|
||||
content={
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue