remove unused line
This commit is contained in:
parent
39fc9ca025
commit
cdde14d5ea
@ -19,7 +19,6 @@ class Page {
|
|||||||
constructor(page) {
|
constructor(page) {
|
||||||
this.page = page;
|
this.page = page;
|
||||||
this.screenshotIndex = 0;
|
this.screenshotIndex = 0;
|
||||||
this.meetingId;
|
|
||||||
this.parentDir = this.getParentDir(__dirname);
|
this.parentDir = this.getParentDir(__dirname);
|
||||||
this.recorder = new PuppeteerVideoRecorder();
|
this.recorder = new PuppeteerVideoRecorder();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user