Skip to content

Commit 58b610b

Browse files
committed
Remove accidental printf for debugging
1 parent a78906f commit 58b610b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

juju/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@ def _raise_for_status(entities, status):
25622562
units_ready.add(unit.name)
25632563
now = datetime.now()
25642564
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}')
2565+
25662566
if now - idle_start < idle_period:
25672567
busy.append("{} [{}] {}: {}".format(unit.name,
25682568
unit.agent_status,

0 commit comments

Comments
 (0)