Remove console.log

This commit is contained in:
Michael Telatynski 2025-06-20 10:28:38 +01:00
parent 75cf1ee738
commit a440678ffd

View File

@ -30,7 +30,6 @@ class StaleScreenshotReporter implements Reporter {
public onBegin(config: FullConfig): void {
for (const project of config.projects) {
console.log("@@ found snapshotDir", project.snapshotDir);
this.snapshotRoots.add(project.snapshotDir);
}
}