Skip to content

Commit 905c229

Browse files
authored
Merge pull request #817 from tobmaster/patch-1
Remove debug output
2 parents 1d64dee + 4dca009 commit 905c229

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/add-cucumber-preprocessor-plugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ export async function afterRunHandler(config: Cypress.PluginConfigOptions) {
158158

159159
const output = syncFs.createWriteStream(htmlPath);
160160

161-
console.log("I am invoked!");
162-
163161
await new Promise<void>((resolve, reject) => {
164162
stream.pipeline(
165163
input,

0 commit comments

Comments
 (0)