We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17e342 commit 7462f5aCopy full SHA for 7462f5a
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java
@@ -382,7 +382,6 @@ protected String readGitCommitIdFromGitFile() {
382
String gravitinoHome = System.getenv("GRAVITINO_HOME");
383
String gitFolder = gravitinoHome + File.separator + ".git" + File.separator;
384
String headFileContent = FileUtils.readFileToString(new File(gitFolder + "HEAD"), "UTF-8");
385
- LOG.error("\n\n\noooooooooooooooooooooooooooooooooooooooooooooooooooooo" + headFileContent);
386
String[] refAndBranch = headFileContent.split(":");
387
if (refAndBranch.length == 1) {
388
return refAndBranch[0].trim();
0 commit comments