idle: minor cleanup

This commit is contained in:
CanadaHonk 2023-01-05 20:19:03 +00:00
parent b8ceaebfa6
commit a6fdc53d36

View File

@ -143,9 +143,6 @@ export default async (CDP, { browserType }) => {
log(`idle API active (window id: ${windowId})`);
if (autoEnabled) startAuto();
const setWindowState = async state => await CDP.send('Browser.setWindowBounds', { windowId, bounds: { windowState: state }});
return {
hibernate,
sleep,