mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 22:03:01 +00:00
ci: Remove left over debug console.log line
This commit is contained in:
parent
f614518b57
commit
3f77c32de5
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class Runner {
|
|||
run() {
|
||||
let self = this;
|
||||
return new Promise(function(resolve, reject) {
|
||||
console.log(self.cmd, self.args);
|
||||
self.proc = cp.spawn(
|
||||
self.cmd, self.args, {
|
||||
windowsVerbatimArguments: true,
|
||||
|
|
Loading…
Reference in a new issue