summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rwxr-xr-xpy/tests/db.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/tests/db.py b/py/tests/db.py
index d51820c..660364d 100755
--- a/py/tests/db.py
+++ b/py/tests/db.py
@@ -75,7 +75,6 @@ fliphandler.handle_page_flip(0, 0)
def readdrm(fileobj, mask):
#print("EVENT");
- #card.call_page_flip_handlers()
for ev in card.read_events():
if ev.type == pykms.DrmEventType.FLIP_COMPLETE:
ev.data.handle_page_flip(ev.seq, ev.time)