We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78906f commit 58b610bCopy full SHA for 58b610b
1 file changed
juju/model.py
@@ -2562,7 +2562,7 @@ def _raise_for_status(entities, status):
2562
units_ready.add(unit.name)
2563
now = datetime.now()
2564
idle_start = idle_times.setdefault(unit.name, now)
2565
- print(f'unit {unit.name} is waiting since : {idle_start} -- now : {now} -- waiting for : {now - idle_start}')
+
2566
if now - idle_start < idle_period:
2567
busy.append("{} [{}] {}: {}".format(unit.name,
2568
unit.agent_status,
0 commit comments