Remove debug print from static2dll

This commit is contained in:
RichardG867
2021-11-13 01:09:05 -03:00
parent 54e9f3dd98
commit 6101ceff18
2 changed files with 1 additions and 2 deletions

2
.ci/Jenkinsfile vendored
View File

@@ -18,7 +18,7 @@
def gitClone() {
cleanWs()
def scmVars = git url: 'https://github.com/richardg867/86Box.git',
branch: 'cleanup30'
branch: 'cleanup30'
env.GIT_COMMIT = scmVars.GIT_COMMIT
}