Remove console.log
This commit is contained in:
@@ -30,7 +30,6 @@ class StaleScreenshotReporter implements Reporter {
|
|||||||
|
|
||||||
public onBegin(config: FullConfig): void {
|
public onBegin(config: FullConfig): void {
|
||||||
for (const project of config.projects) {
|
for (const project of config.projects) {
|
||||||
console.log("@@ found snapshotDir", project.snapshotDir);
|
|
||||||
this.snapshotRoots.add(project.snapshotDir);
|
this.snapshotRoots.add(project.snapshotDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user