Browse Source

remove debug output

Grant Limberg 5 years ago
parent
commit
115187204f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -391,7 +391,6 @@ def buildDebianNative() {
                         cmakeFlags = 'CMAKE_ARGS="-DZT_PACKAGE_FORMAT=DEB -DBUILD_ARM_V6=1"'
                     }
                    
-                    sh 'whoami'
                     dir("build") {
                         sh "${cmakeFlags} make setup"
                         dir("build") {