Skip to content

Commit e3c7e28

Browse files
authored
Remove comments
1 parent 32564a9 commit e3c7e28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

glances_api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ async def get_data(self, endpoint):
5555
if response.status_code == httpx.codes.OK:
5656
try:
5757
_LOGGER.debug(response.json())
58-
# print(self.data)
59-
# self.data = response.json()
6058
if endpoint == "all":
6159
self.data = response.json()
6260
if endpoint == "pluginslist":

0 commit comments

Comments
 (0)