mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Removed unnecessary line
This commit is contained in:
parent
7b3d5ae5e3
commit
f3c6faed75
@ -464,8 +464,6 @@ class Compute:
|
||||
self._cpu_usage_percent = event["cpu_usage_percent"]
|
||||
self._memory_usage_percent = event["memory_usage_percent"]
|
||||
self._controller.notification.emit("compute.updated", self.__json__())
|
||||
elif action == 'project.updated':
|
||||
print(event)
|
||||
else:
|
||||
yield from self._controller.notification.dispatch(action, event, compute_id=self.id)
|
||||
if self._ws:
|
||||
|
Loading…
Reference in New Issue
Block a user