mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove debug prints
This commit is contained in:
parent
356f2b9ec1
commit
3d7f37176c
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ class SystemResourcesDiagnoser(Diagnoser):
|
|||
else:
|
||||
item["status"] = "SUCCESS"
|
||||
item["summary"] = ("diagnosis_ram_ok", infos)
|
||||
print(item)
|
||||
yield item
|
||||
|
||||
#
|
||||
|
@ -51,7 +50,6 @@ class SystemResourcesDiagnoser(Diagnoser):
|
|||
else:
|
||||
item["status"] = "SUCCESS"
|
||||
item["summary"] = ("diagnosis_swap_ok", infos)
|
||||
print(item)
|
||||
yield item
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue