mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-30 23:33:02 +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() {
|
run() {
|
||||||
let self = this;
|
let self = this;
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
console.log(self.cmd, self.args);
|
|
||||||
self.proc = cp.spawn(
|
self.proc = cp.spawn(
|
||||||
self.cmd, self.args, {
|
self.cmd, self.args, {
|
||||||
windowsVerbatimArguments: true,
|
windowsVerbatimArguments: true,
|
||||||
|
|
Loading…
Reference in a new issue