We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b31c14 commit ec239ccCopy full SHA for ec239cc
src/diflow.ts
@@ -29,7 +29,6 @@ program
29
clear: options.clear,
30
secret: options.secret ?? process.env.DIFLOW_GIT_SECRET,
31
});
32
- console.log('GOT SECRET:', options.secret ?? process.env.DIFLOW_GIT_SECRET);
33
processor.process();
34
console.log('Processing complete.');
35
0 commit comments