mirror of
https://github.com/ProtonVPN/android-app.git
synced 2026-03-13 09:02:15 +08:00
Remove old debug log from build script.
This commit is contained in:
@@ -59,7 +59,6 @@ abstract class GitFullVersionNameSource : ValueSource<String, GitFullVersionName
|
||||
// add #commits from branch point to HEAD to release
|
||||
release += exec("git", "rev-list", "--count", "origin/development..HEAD").trim().toInt()
|
||||
} else { // Tag is on current branch
|
||||
println("### tag: $tag")
|
||||
release += exec("git", "rev-list", "--count", "${tag}..HEAD").trim().toInt()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user