ci: Remove left over debug console.log line

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-09-03 23:42:07 +02:00
parent f614518b57
commit 3f77c32de5
1 changed files with 0 additions and 1 deletions

View File

@ -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,