remove unused line

This commit is contained in:
Anton Barboza 2021-10-01 12:14:08 -03:00
parent 39fc9ca025
commit cdde14d5ea

View File

@ -19,7 +19,6 @@ class Page {
constructor(page) {
this.page = page;
this.screenshotIndex = 0;
this.meetingId;
this.parentDir = this.getParentDir(__dirname);
this.recorder = new PuppeteerVideoRecorder();
}