Skip to content

Commit f2299e7

Browse files
committed
Remove print statement
Signed-off-by: Aline Manera <aline.manera@gmail.com>
1 parent 4ca6030 commit f2299e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

model/libvirtevents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def registerPoolEvents(self, conn, cb, arg):
113113
Register libvirt events to listen to any pool change
114114
"""
115115
def lifecycle_cb(conn, dom, event, detail, opaque):
116-
print(f'pool lifecycle = {event} {detail} {opaque}')
117116
return cb(opaque)
118117

119118
pool_events = [

0 commit comments

Comments
 (0)