Remove redundant log about running node with time offset
There is already one log in Node.run method:
```python
if time_offset is not None:
log_message += f' with time offset {time_offset}'
```
Loading
Please sign in to comment
There is already one log in Node.run method:
```python
if time_offset is not None:
log_message += f' with time offset {time_offset}'
```