Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Aline Manera <aline.manera@gmail.com>
  • Loading branch information
alinefm committed Dec 28, 2019
1 parent 4ca6030 commit f2299e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/libvirtevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def registerPoolEvents(self, conn, cb, arg):
Register libvirt events to listen to any pool change
"""
def lifecycle_cb(conn, dom, event, detail, opaque):
print(f'pool lifecycle = {event} {detail} {opaque}')
return cb(opaque)

pool_events = [
Expand Down

0 comments on commit f2299e7

Please sign in to comment.