diff --git a/build.gradle b/build.gradle index 3ab5ac5f..83bb9463 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,6 @@ plugins { tasks.register('cloneJcef', Exec) { commandLine 'git', 'submodule', 'update', '--init', '--recursive', 'common/java-cef' - println "JCEF commit hash: " + getCheckedOutGitCommitHash(project) } // https://gist.github.com/JonasGroeger/7620911