Skip to content

Commit 7462f5a

Browse files
author
teo
committed
remove unnecessary line
1 parent a17e342 commit 7462f5a

File tree

1 file changed

+0
-1
lines changed
  • integration-test-common/src/test/java/org/apache/gravitino/integration/test/util

1 file changed

+0
-1
lines changed

integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ protected String readGitCommitIdFromGitFile() {
382382
String gravitinoHome = System.getenv("GRAVITINO_HOME");
383383
String gitFolder = gravitinoHome + File.separator + ".git" + File.separator;
384384
String headFileContent = FileUtils.readFileToString(new File(gitFolder + "HEAD"), "UTF-8");
385-
LOG.error("\n\n\noooooooooooooooooooooooooooooooooooooooooooooooooooooo" + headFileContent);
386385
String[] refAndBranch = headFileContent.split(":");
387386
if (refAndBranch.length == 1) {
388387
return refAndBranch[0].trim();

0 commit comments

Comments
 (0)