Skip to content

Commit 050b889

Browse files
chore: remove stack data from before WaitForEventInfo (#639)
1 parent 9475cff commit 050b889

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

playwright/_impl/_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def _wait_for_event_info_before(self, wait_id: str, api_name: str) -> None:
101101
"apiName": api_name,
102102
"waitId": wait_id,
103103
"phase": "before",
104-
"stack": capture_call_stack(),
105104
}
106105
},
107106
)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import setuptools
2424

2525
try:
26-
2726
from auditwheel.wheeltools import InWheel
2827
except ImportError:
2928
InWheel = None

0 commit comments

Comments
 (0)